Browse Source

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
maint
Junio C Hamano 6 years ago
parent
commit
22e86e85cb
  1. 2
      Documentation/git-fast-import.txt

2
Documentation/git-fast-import.txt

@ -391,7 +391,7 @@ change to the project. @@ -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?
....

Loading…
Cancel
Save