Skip to content

Commit d007dc2

Browse files
LukeShugitster
authored andcommitted
git-fast-import.adoc: add missing LF in the BNF
Signed-off-by: Luke Shumaker <[email protected]> Signed-off-by: Christian Couder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2d2a71c commit d007dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-fast-import.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ change to the project.
437437
original-oid?
438438
('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
439439
'committer' (SP <name>)? SP LT <email> GT SP <when> LF
440-
('encoding' SP <encoding>)?
440+
('encoding' SP <encoding> LF)?
441441
data
442442
('from' SP <commit-ish> LF)?
443443
('merge' SP <commit-ish> LF)*

0 commit comments

Comments
 (0)