6 git-http-fetch - Download from a remote git repository via HTTP
12 'git http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] <commit> <url>
16 Downloads a remote git repository via HTTP.
21 Either the hash or the filename under [URL]/refs/ to
25 Get the commit objects.
27 Get trees associated with the commit objects.
31 Report what is downloaded.
34 Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
35 the local end after the transfer is complete.
38 Instead of a commit id on the command line (which is not expected in this
39 case), 'git http-fetch' expects lines on stdin in the format
41 <commit-id>['\t'<filename-as-in--w>]
44 Verify that everything reachable from target is fetched. Used after
45 an earlier fetch is interrupted.
49 Part of the linkgit:git[1] suite