summaryrefslogtreecommitdiffstats
path: root/git-http-fetch.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-06-25 14:10:02 -0700
committerJunio C Hamano <gitster@pobox.com>2020-06-25 14:10:02 -0700
commita5fefe3b7f2b8fe9a1f9bd345a5211a97ffa7bbc (patch)
tree6ac39693feb4b7878688cac06703e7a42f467d12 /git-http-fetch.html
parent03e5f3577506a386bba64f108726ba68bf0f9241 (diff)
downloadgit-htmldocs-a5fefe3b7f2b8fe9a1f9bd345a5211a97ffa7bbc.tar.gz
Autogenerated HTML docs for v2.27.0-203-gf402e
Diffstat (limited to 'git-http-fetch.html')
-rw-r--r--git-http-fetch.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/git-http-fetch.html b/git-http-fetch.html
index f4dc2339f..60f0bcb9c 100644
--- a/git-http-fetch.html
+++ b/git-http-fetch.html
@@ -749,7 +749,7 @@ git-http-fetch(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git http-fetch</em> [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] &lt;commit&gt; &lt;url&gt;</pre>
+<pre class="content"><em>git http-fetch</em> [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin | --packfile=&lt;hash&gt; | &lt;commit&gt;] &lt;url&gt;</pre>
<div class="attribution">
</div></div>
</div>
@@ -815,6 +815,18 @@ commit-id
</div></div>
</dd>
<dt class="hdlist1">
+--packfile=&lt;hash&gt;
+</dt>
+<dd>
+<p>
+ 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.
+</p>
+</dd>
+<dt class="hdlist1">
--recover
</dt>
<dd>
@@ -837,7 +849,7 @@ commit-id
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 08:03:13 PDT
+ 2020-06-25 14:07:29 PDT
</div>
</div>
</body>