6 git-http-fetch - Downloads a remote git repository via HTTP
11 'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
15 Downloads a remote git repository via HTTP.
18 Get the commit objects.
20 Get trees associated with the commit objects.
24 Report what is downloaded.
27 Writes the commit-id into the filename under $GIT_DIR/refs/<filename> 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 gitlink:git[7] suite