6 git-octopus - Merge more than two commits.
15 After running 'git fetch', $GIT_DIR/FETCH_HEAD contains the
16 following information, one line per remote ref:
18 ------------------------------------------------
19 <object name> <ref name> from <repository>
20 ------------------------------------------------
22 Using this information, create and commit an Octopus merge on
23 top of the current HEAD.
28 Written by Junio C Hamano <junkio@cox.net>
33 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
37 Part of the gitlink:git[7] suite