summaryrefslogtreecommitdiffstats
path: root/git-multi-pack-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-10-10 12:51:25 +0900
committerJunio C Hamano <gitster@pobox.com>2018-10-10 12:51:25 +0900
commit6811c064ad2e5451dbbd9b7ade4839dca12479c4 (patch)
tree72ba0d627dc60c1ded94b7c68a09c63ea4d5478a /git-multi-pack-index.html
parentc96b433b5249b825c93513b46cce2a4f8c031828 (diff)
downloadgit-htmldocs-6811c064ad2e5451dbbd9b7ade4839dca12479c4.tar.gz
Autogenerated HTML docs for v2.19.1-328-g5a0cc
Diffstat (limited to 'git-multi-pack-index.html')
-rw-r--r--git-multi-pack-index.html20
1 files changed, 19 insertions, 1 deletions
diff --git a/git-multi-pack-index.html b/git-multi-pack-index.html
index c46706213..9975474b1 100644
--- a/git-multi-pack-index.html
+++ b/git-multi-pack-index.html
@@ -783,6 +783,15 @@ write
<code>&lt;dir&gt;/packs/multi-pack-index</code>.
</p>
</dd>
+<dt class="hdlist1">
+verify
+</dt>
+<dd>
+<p>
+ When given as the verb, verify the contents of the MIDX file
+ at <code>&lt;dir&gt;/packs/multi-pack-index</code>.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -808,6 +817,15 @@ Write a MIDX file for the packfiles in an alternate object store.
<pre><code>$ git multi-pack-index --object-dir &lt;alt&gt; write</code></pre>
</div></div>
</li>
+<li>
+<p>
+Verify the MIDX file for the packfiles in the current .git folder.
+</p>
+<div class="listingblock">
+<div class="content">
+<pre><code>$ git multi-pack-index verify</code></pre>
+</div></div>
+</li>
</ul></div>
</div>
</div>
@@ -830,7 +848,7 @@ Format</a> for more information on the multi-pack-index feature.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-09-17 15:45:24 PDT
+ 2018-10-10 12:51:01 JST
</div>
</div>
</body>