diff options
| author | Luke Shumaker <lukeshu@datawire.io> | 2025-03-10 16:57:41 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-10 13:24:55 -0700 |
| commit | d007dc2a3ef75dd20934cda47162d2e0a7c2fab0 (patch) | |
| tree | 266753956ef98b0aff362bf760ac768bbbb1accc | |
| parent | 2d2a71ce85026edcc40f469678a1035df0dfcf57 (diff) | |
| download | git-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.adoc | 2 |
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)* |
