Documentation / git-octopus.txton commit Merge http://www.kernel.org/pub/scm/gitk/gitk (8fc66df)
   1git-octopus(1)
   2==============
   3
   4NAME
   5----
   6git-octopus - Merge more than two commits.
   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---
  37Part of the gitlink:git[7] suite
  38