summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-08-22 12:34:12 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-08-22 12:34:12 -0700
commit22e86e85cba1e2697aea46810238ef9b3c7401cf (patch)
tree9a2a806b4ed5e4e373c854e26df51497fc6b410e /Documentation
parentMerge branch 'jk/perf-no-dups' (diff)
parentgit-fast-import.txt: clarify that multiple merge commits are allowed (diff)
downloadtgif-22e86e85cba1e2697aea46810238ef9b3c7401cf.tar.xz
Merge branch 'en/fast-import-merge-doc'
Doc update. * en/fast-import-merge-doc: git-fast-import.txt: clarify that multiple merge commits are allowed
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-fast-import.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt
index fad327aecc..0bb276269e 100644
--- a/Documentation/git-fast-import.txt
+++ b/Documentation/git-fast-import.txt
@@ -391,7 +391,7 @@ change to the project.
('encoding' SP <encoding>)?
data
('from' SP <commit-ish> LF)?
- ('merge' SP <commit-ish> LF)?
+ ('merge' SP <commit-ish> LF)*
(filemodify | filedelete | filecopy | filerename | filedeleteall | notemodify)*
LF?
....