]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jn/doc-fast-import-no-16-octopus-limit'
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Apr 2015 18:49:08 +0000 (11:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Apr 2015 18:49:08 +0000 (11:49 -0700)
Documentation update.

* jn/doc-fast-import-no-16-octopus-limit:
  fast-import doc: remove suggested 16-parent limit

Documentation/git-fast-import.txt

index f71fb0134be37f224addb1963ed6d06c5bb8778a..690fed3ea40d3de73a2b6f1c194216b72738da8f 100644 (file)
@@ -507,10 +507,6 @@ omitted when creating a new branch, the first `merge` commit will be
 the first ancestor of the current commit, and the branch will start
 out with no files.  An unlimited number of `merge` commands per
 commit are permitted by fast-import, thereby establishing an n-way merge.
-However Git's other tools never create commits with more than 15
-additional ancestors (forming a 16-way merge).  For this reason
-it is suggested that frontends do not use more than 15 `merge`
-commands per commit; 16, if starting a new, empty branch.
 
 Here `<commit-ish>` is any of the commit specification expressions
 also accepted by `from` (see above).