aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@datawire.io>2025-03-10 16:57:41 +0100
committerJunio C Hamano <gitster@pobox.com>2025-03-10 13:24:55 -0700
commitd007dc2a3ef75dd20934cda47162d2e0a7c2fab0 (patch)
tree266753956ef98b0aff362bf760ac768bbbb1accc
parent2d2a71ce85026edcc40f469678a1035df0dfcf57 (diff)
downloadgit-d007dc2a3ef75dd20934cda47162d2e0a7c2fab0.tar.xz
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>
-rw-r--r--Documentation/git-fast-import.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fast-import.adoc b/Documentation/git-fast-import.adoc
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)*