Documentation / git-pull-script.txton commit Adjust quoting styles for some environment variables in the documentation. (d81ed1b)
   1git-pull-script(1)
   2==================
   3v0.1, May 2005
   4
   5NAME
   6----
   7git-pull-script - Script used by Linus to pull and merge a remote repository
   8
   9
  10SYNOPSIS
  11--------
  12'git-pull-script'
  13
  14DESCRIPTION
  15-----------
  16This script is used by Linus to pull from a remote repository and perform
  17a merge.
  18
  19
  20Author
  21------
  22Written by Linus Torvalds <torvalds@osdl.org>
  23
  24Documentation
  25--------------
  26Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
  27
  28GIT
  29---
  30Part of the link:git.html[git] suite
  31