@leroysheep / Socializer / commits / d007dc2a3e

git-fast-import.adoc: add missing LF in the BNF

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>

Luke Shumaker committed Mar 10, 2025 at 16:57 UTC d007dc2a3ef75dd20934cda47162d2e0a7c2fab0
1 file changed +1 -1
Documentation/git-fast-import.adoc
+1 -1
index 58a2eaa51a..8e0de618c0 100644 --- a/Documentation/git-fast-import.adoc +++ b/Documentation/git-fast-import.adoc @@ -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)*