7 git-http-fetch - Downloads a remote GIT repository via HTTP
12 'git-http-fetch' [-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.
28 Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
29 the local end after the transfer is complete.
33 Written by Linus Torvalds <torvalds@osdl.org>
37 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
41 Part of the gitlink:git[7] suite