Documentation / git-http-pull.txton commit [PATCH] Handle deltified object correctly in git-*-pull family. (4a62b61)
   1git-http-pull(1)
   2================
   3v0.1, May 2005
   4
   5NAME
   6----
   7git-http-pull - Downloads a remote GIT repository via HTTP
   8
   9
  10SYNOPSIS
  11--------
  12'git-http-pull' [-c] [-t] [-a] [-v] [-d] commit-id url
  13
  14DESCRIPTION
  15-----------
  16Downloads a remote GIT repository via HTTP.
  17
  18-c::
  19        Get the commit objects.
  20-t::
  21        Get trees associated with the commit objects.
  22-a::
  23        Get all the objects.
  24-d::
  25        Do not check for delta base objects (use this option
  26        only when you know the remote repository is not
  27        deltified).
  28-v::
  29        Report what is downloaded.
  30
  31
  32Author
  33------
  34Written by Linus Torvalds <torvalds@osdl.org>
  35
  36Documentation
  37--------------
  38Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
  39
  40GIT
  41---
  42Part of the link:git.html[git] suite
  43