6 git-http-fetch - downloads a remote git repository via HTTP
11 'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] <commit> <url>
15 Downloads a remote git repository via HTTP.
20 Either the hash or the filename under [URL]/refs/ to
24 Get the commit objects.
26 Get trees associated with the commit objects.
30 Report what is downloaded.
33 Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
34 the local end after the transfer is complete.
38 Written by Linus Torvalds <torvalds@osdl.org>
42 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
46 Part of the gitlink:git[7] suite