]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-http-pull.txt
[PATCH] Fix oversimplified optimization for add_cache_entry().
[thirdparty/git.git] / Documentation / git-http-pull.txt
CommitLineData
2cf565c5
DG
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--------
a48e1d67 12'git-http-pull' [-c] [-t] [-a] [-v] [-d] [--recover] commit-id url
2cf565c5
DG
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.
4a62b619
JH
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).
a48e1d67
JH
28--recover::
29 Check dependency of deltified object more carefully than
30 usual, to recover after earlier pull that was interrupted.
2cf565c5
DG
31-v::
32 Report what is downloaded.
33
34
35Author
36------
37Written by Linus Torvalds <torvalds@osdl.org>
38
39Documentation
40--------------
41Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
42
43GIT
44---
45Part of the link:git.html[git] suite
46