Skip to content

Commit 22e86e8

Browse files
committed
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
2 parents 9c75735 + d1387d3 commit 22e86e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-fast-import.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ change to the project.
391391
('encoding' SP <encoding>)?
392392
data
393393
('from' SP <commit-ish> LF)?
394-
('merge' SP <commit-ish> LF)?
394+
('merge' SP <commit-ish> LF)*
395395
(filemodify | filedelete | filecopy | filerename | filedeleteall | notemodify)*
396396
LF?
397397
....

0 commit comments

Comments
 (0)