Skip to content

Commit e9ab76d

Browse files
committed
Merge branch 'jn/doc-fast-import-no-16-octopus-limit' into maint
Documentation update. * jn/doc-fast-import-no-16-octopus-limit: fast-import doc: remove suggested 16-parent limit
2 parents 52735a6 + 9585cb8 commit e9ab76d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Documentation/git-fast-import.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,6 @@ omitted when creating a new branch, the first `merge` commit will be
507507
the first ancestor of the current commit, and the branch will start
508508
out with no files. An unlimited number of `merge` commands per
509509
commit are permitted by fast-import, thereby establishing an n-way merge.
510-
However Git's other tools never create commits with more than 15
511-
additional ancestors (forming a 16-way merge). For this reason
512-
it is suggested that frontends do not use more than 15 `merge`
513-
commands per commit; 16, if starting a new, empty branch.
514510

515511
Here `<commit-ish>` is any of the commit specification expressions
516512
also accepted by `from` (see above).

0 commit comments

Comments
 (0)