summaryrefslogtreecommitdiffstats
path: root/git-index-pack.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-02-12 14:46:42 -0800
committerJunio C Hamano <gitster@pobox.com>2021-02-12 14:46:42 -0800
commitb4fc8e8cbb4fa1443a8546bdff0b1e5cd06f15fd (patch)
tree97ac27d4e5cc461ea39536570c661ae86ee33098 /git-index-pack.html
parent3845b44a4780aeeee53a6cc9983c3b3e7abdfd52 (diff)
downloadgit-htmldocs-b4fc8e8cbb4fa1443a8546bdff0b1e5cd06f15fd.tar.gz
Autogenerated HTML docs for v2.30.1-489-g328c10
Diffstat (limited to 'git-index-pack.html')
-rw-r--r--git-index-pack.html25
1 files changed, 19 insertions, 6 deletions
diff --git a/git-index-pack.html b/git-index-pack.html
index a36e36200..4cf02f29a 100644
--- a/git-index-pack.html
+++ b/git-index-pack.html
@@ -749,9 +749,9 @@ git-index-pack(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git index-pack</em> [-v] [-o &lt;index-file&gt;] &lt;pack-file&gt;
+<pre class="content"><em>git index-pack</em> [-v] [-o &lt;index-file&gt;] [--[no-]rev-index] &lt;pack-file&gt;
<em>git index-pack</em> --stdin [--fix-thin] [--keep] [-v] [-o &lt;index-file&gt;]
- [&lt;pack-file&gt;]</pre>
+ [--[no-]rev-index] [&lt;pack-file&gt;]</pre>
<div class="attribution">
</div></div>
</div>
@@ -760,9 +760,10 @@ git-index-pack(1) Manual Page
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph"><p>Reads a packed archive (.pack) from the specified file, and
-builds a pack index file (.idx) for it. The packed archive
-together with the pack index can then be placed in the
-objects/pack/ directory of a Git repository.</p></div>
+builds a pack index file (.idx) for it. Optionally writes a
+reverse-index (.rev) for the specified pack. The packed
+archive together with the pack index can then be placed in
+the objects/pack/ directory of a Git repository.</p></div>
</div>
</div>
<div class="sect1">
@@ -791,6 +792,18 @@ objects/pack/ directory of a Git repository.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--[no-]rev-index
+</dt>
+<dd>
+<p>
+ When this flag is provided, generate a reverse index
+ (a <code>.rev</code> file) corresponding to the given pack. If
+ <code>--verify</code> is given, ensure that the existing
+ reverse index is correct. Takes precedence over
+ <code>pack.writeReverseIndex</code>.
+</p>
+</dd>
+<dt class="hdlist1">
--stdin
</dt>
<dd>
@@ -941,7 +954,7 @@ mentioned above.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-08-24 15:54:20 PDT
+ 2021-02-12 14:43:56 PST
</div>
</div>
</body>