summaryrefslogtreecommitdiffstats
path: root/git-http-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-03-02 23:07:49 -0800
committerJunio C Hamano <gitster@pobox.com>2021-03-02 23:07:49 -0800
commitb66f8a5b45f896b6a49ddc1a1b10518671dbfa60 (patch)
tree9889c649f0e3f51c138862042531cf77a23d8284 /git-http-fetch.html
parenta372d5bb569776befd395d9c66067ecc09f13b96 (diff)
downloadgit-htmldocs-b66f8a5b45f896b6a49ddc1a1b10518671dbfa60.tar.gz
Autogenerated HTML docs for v2.31.0-rc1
Diffstat (limited to 'git-http-fetch.html')
-rw-r--r--git-http-fetch.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/git-http-fetch.html b/git-http-fetch.html
index e2b53b65b..7e4411ab1 100644
--- a/git-http-fetch.html
+++ b/git-http-fetch.html
@@ -819,11 +819,22 @@ commit-id
</dt>
<dd>
<p>
- Instead of a commit id on the command line (which is not expected in
+ For internal use only. Instead of a commit id on the command
+ line (which is not expected in
this case), <em>git http-fetch</em> 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.
+ arbitrary. The output of index-pack is printed to stdout. Requires
+ --index-pack-args.
+</p>
+</dd>
+<dt class="hdlist1">
+--index-pack-args=&lt;args&gt;
+</dt>
+<dd>
+<p>
+ For internal use only. The command to run on the contents of the
+ downloaded pack. Arguments are URL-encoded separated by spaces.
</p>
</dd>
<dt class="hdlist1">
@@ -849,7 +860,7 @@ commit-id
<div id="footer">
<div id="footer-text">
Last updated
- 2020-06-25 14:07:29 PDT
+ 2021-03-02 23:05:01 PST
</div>
</div>
</body>