Merge refs/heads/master from paulus
[git.git] / Documentation / git-octopus-script.txt
1 git-octopus-script(1)
2 =====================
3 v0.99.5, Aug 2005
4
5 NAME
6 ----
7 git-octopus-script - Merge more than two commits.
8
9
10 SYNOPSIS
11 --------
12 'git-octopus'
13
14 DESCRIPTION
15 -----------
16 After running 'git fetch', $GIT_DIR/FETCH_HEAD contains the
17 following information, one line per remote ref:
18
19 ------------------------------------------------
20 <object name>   <ref name> from <repository>
21 ------------------------------------------------
22
23 Using this information, create and commit an Octopus merge on
24 top of the current HEAD.
25
26
27 Author
28 ------
29 Written by Junio C Hamano <junkio@cox.net>
30
31
32 Documentation
33 --------------
34 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
35
36 GIT
37 ---
38 Part of the link:git.html[git] suite
39