]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-http-fetch.txt
completion: nounset mode fixes
[thirdparty/git.git] / Documentation / git-http-fetch.txt
index 666b042679f405fd1759b42a8d86aafb083e817c..4deb4893f517c3a0bc1e01228f0a28818c05daea 100644 (file)
@@ -9,7 +9,7 @@ git-http-fetch - Download from a remote Git repository via HTTP
 SYNOPSIS
 --------
 [verse]
-'git http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] <commit> <url>
+'git http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin | --packfile=<hash> | <commit>] <url>
 
 DESCRIPTION
 -----------
@@ -40,6 +40,13 @@ commit-id::
 
                <commit-id>['\t'<filename-as-in--w>]
 
+--packfile=<hash>::
+       Instead of a commit id on the command line (which is not expected in
+       this case), 'git http-fetch' fetches the packfile directly at the given
+       URL and uses index-pack to generate corresponding .idx and .keep files.
+       The hash is used to determine the name of the temporary file and is
+       arbitrary. The output of index-pack is printed to stdout.
+
 --recover::
        Verify that everything reachable from target is fetched.  Used after
        an earlier fetch is interrupted.