6 git-http-fetch - Download from a remote git repository via HTTP
11 'git http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] <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.
37 Instead of a commit id on the command line (which is not expected in this
38 case), 'git-http-fetch' expects lines on stdin in the format
40 <commit-id>['\t'<filename-as-in--w>]
43 Verify that everything reachable from target is fetched. Used after
44 an earlier fetch is interrupted.
48 Written by Linus Torvalds <torvalds@osdl.org>
52 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
56 Part of the linkgit:git[1] suite