—
NAME
git-http-fetch - Download from a remote Git repository via HTTP
SYNOPSIS
bash
git http-fetch\n [-c] [-t] [-a] [-d] [-v] [-w <filename>] [--recover] [--stdin | --packfile=<hash> | <commit>] <URL>DESCRIPTION
Downloads a remote Git repository via HTTP.
This command always gets all objects. Historically, there were three options -a, -c and -t for choosing which objects to download. They are now silently ignored.
OPTIONS
commit-id
-a, -c, -t
-v
-w <filename>
--stdin
bash
<commit-id>['\t'<filename-as-in--w>]--packfile=<hash>
--index-pack-args=<args>
--recover
GIT
Part of the git(1) suite