]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-fast-import.adoc: add missing LF in the BNF
authorLuke Shumaker <lukeshu@datawire.io>
Mon, 10 Mar 2025 15:57:41 +0000 (16:57 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Mar 2025 20:24:55 +0000 (13:24 -0700)
Signed-off-by: Luke Shumaker <lukeshu@datawire.io>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-import.adoc

index 58a2eaa51a8034f0f124898f433c6b726e1c1037..8e0de618c0e4df696560352299bcbe767ec974aa 100644 (file)
@@ -437,7 +437,7 @@ change to the project.
        original-oid?
        ('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
        'committer' (SP <name>)? SP LT <email> GT SP <when> LF
-       ('encoding' SP <encoding>)?
+       ('encoding' SP <encoding> LF)?
        data
        ('from' SP <commit-ish> LF)?
        ('merge' SP <commit-ish> LF)*