]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-octopus.txt
diff-files: show diffs with stage0 and unmerged stage at the same time.
[thirdparty/git.git] / Documentation / git-octopus.txt
CommitLineData
215a7ad1
JH
1git-octopus(1)
2==============
ab9b3138
JH
3
4NAME
5----
215a7ad1 6git-octopus - Merge more than two commits.
ab9b3138
JH
7
8
9SYNOPSIS
10--------
11'git-octopus'
12
13DESCRIPTION
14-----------
15After running 'git fetch', $GIT_DIR/FETCH_HEAD contains the
16following information, one line per remote ref:
17
18------------------------------------------------
19<object name> <ref name> from <repository>
20------------------------------------------------
21
22Using this information, create and commit an Octopus merge on
23top of the current HEAD.
24
25
26Author
27------
28Written by Junio C Hamano <junkio@cox.net>
29
30
31Documentation
32--------------
33Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
34
35GIT
36---
a7154e91 37Part of the gitlink:git[7] suite
ab9b3138 38