7 git-http-pull - Downloads a remote GIT repository via HTTP
12 'git-http-pull' [-c] [-t] [-a] [-v] [-d] [--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 Do not check for delta base objects (use this option
26 only when you know the remote repository is not
29 Check dependency of deltified object more carefully than
30 usual, to recover after earlier pull that was interrupted.
32 Report what is downloaded.
37 Written by Linus Torvalds <torvalds@osdl.org>
41 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
45 Part of the link:git.html[git] suite