Documentation / git-pull-script.txton commit [PATCH] Make git-format-patch's signoff option more consistent (d9ac9df)
   1git-pull-script(1)
   2==================
   3v0.99.4, Aug 2005
   4
   5NAME
   6----
   7git-pull-script - Pull and merge from another repository.
   8
   9
  10SYNOPSIS
  11--------
  12'git-pull-script' <repository> [ <head> | tag <tag> ]
  13
  14
  15DESCRIPTION
  16-----------
  17Runs 'git-fetch-script' with the given parameters, then
  18'git-resolve-script' to merge the local HEAD and FETCH_HEAD.
  19
  20
  21OPTIONS
  22-------
  23include::pull-fetch-param.txt[]
  24
  25
  26Author
  27------
  28Written by Linus Torvalds <torvalds@osdl.org>
  29and Junio C Hamano <junkio@cox.net>
  30
  31Documentation
  32--------------
  33Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
  34
  35GIT
  36---
  37Part of the link:git.html[git] suite
  38