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