[PATCH] Reorder Makefile rules
[git/dscho.git] / Documentation / git-http-pull.txt
blob431ef7cab3cadc94ca86e28c69611ee610a74767
1 git-http-pull(1)
2 ================
3 v0.1, May 2005
5 NAME
6 ----
7 git-http-pull - Downloads a remote GIT repository via HTTP
10 SYNOPSIS
11 --------
12 'git-http-pull' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
14 DESCRIPTION
15 -----------
16 Downloads a remote GIT repository via HTTP.
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 -v::
25         Report what is downloaded.
26 -w::
27         Writes the commit-id into the filename under $GIT_DIR/refs/ on
28         the local end after the transfer is complete.
30 Author
31 ------
32 Written by Linus Torvalds <torvalds@osdl.org>
34 Documentation
35 --------------
36 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
38 GIT
39 ---
40 Part of the link:git.html[git] suite