Code

GIT 0.99.9a
[git.git] / Documentation / git-octopus.txt
1 git-octopus(1)
2 ==============
4 NAME
5 ----
6 git-octopus - Merge more than two commits.
9 SYNOPSIS
10 --------
11 'git-octopus'
13 DESCRIPTION
14 -----------
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.
26 Author
27 ------
28 Written by Junio C Hamano <junkio@cox.net>
31 Documentation
32 --------------
33 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
35 GIT
36 ---
37 Part of the gitlink:git[7] suite