7 git-http-pull - Downloads a remote GIT repository via HTTP
12 'git-http-pull' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
16 Downloads a remote GIT repository via HTTP.
19 Get the commit objects.
21 Get trees associated with the commit objects.
25 Report what is downloaded.
27 Writes the commit-id into the filename under $GIT_DIR/refs/ on
28 the local end after the transfer is complete.
32 Written by Linus Torvalds <torvalds@osdl.org>
36 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
40 Part of the link:git.html[git] suite