Documentation / git-local-pull.txton commit Adjust quoting styles for some environment variables in the documentation. (d81ed1b)
   1git-local-pull(1)
   2=================
   3v0.1, May 2005
   4
   5NAME
   6----
   7git-local-pull - Duplicates another GIT repository on a local system
   8
   9
  10SYNOPSIS
  11--------
  12'git-local-pull' [-c] [-t] [-a] [-l] [-s] [-n] [-v] commit-id path
  13
  14DESCRIPTION
  15-----------
  16Duplicates another GIT repository on a local system.
  17
  18OPTIONS
  19-------
  20-c::
  21        Get the commit objects.
  22-t::
  23        Get trees associated with the commit objects.
  24-a::
  25        Get all the objects.
  26-v::
  27        Report what is downloaded.
  28
  29Author
  30------
  31Written by Linus Torvalds <torvalds@osdl.org>
  32
  33Documentation
  34--------------
  35Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
  36
  37GIT
  38---
  39Part of the link:git.html[git] suite
  40