summaryrefslogtreecommitdiffstats
path: root/git-multi-pack-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-18 17:02:08 -0700
committerJunio C Hamano <gitster@pobox.com>2021-10-18 17:02:08 -0700
commit59646279943e7720dcd1ffef1d24ce9e101c39f4 (patch)
treed04a140f5d2291dd891733f54242b2e5c679175f /git-multi-pack-index.html
parent7b1585b6902973456b47ee9acd8a01365e52a4df (diff)
downloadgit-htmldocs-59646279943e7720dcd1ffef1d24ce9e101c39f4.tar.gz
Autogenerated HTML docs for v2.33.1-711-g9d530
Diffstat (limited to 'git-multi-pack-index.html')
-rw-r--r--git-multi-pack-index.html29
1 files changed, 28 insertions, 1 deletions
diff --git a/git-multi-pack-index.html b/git-multi-pack-index.html
index 390c34d1d..050323bd4 100644
--- a/git-multi-pack-index.html
+++ b/git-multi-pack-index.html
@@ -818,6 +818,33 @@ write
Control whether or not a multi-pack bitmap is written.
</p>
</dd>
+<dt class="hdlist1">
+--stdin-packs
+</dt>
+<dd>
+<p>
+ Write a multi-pack index containing only the set of
+ line-delimited pack index basenames provided over stdin.
+</p>
+</dd>
+<dt class="hdlist1">
+--refs-snapshot=&lt;path&gt;
+</dt>
+<dd>
+<p>
+ With <code>--bitmap</code>, optionally specify a file which
+ contains a "refs snapshot" taken prior to repacking.
+</p>
+<div class="paragraph"><p>A reference snapshot is composed of line-delimited OIDs corresponding to
+the reference tips, usually taken by <code>git repack</code> prior to generating a
+new pack. A line may optionally start with a <code>+</code> character to indicate
+that the reference which corresponds to that OID is "preferred" (see
+<a href="git-config.html">git-config(1)</a>'s <code>pack.preferBitmapTips</code>.)</p></div>
+<div class="paragraph"><p>The file given at <code>&lt;path&gt;</code> is expected to be readable, and can contain
+duplicates. (If a given OID is given more than once, it is marked as
+preferred if at least one instance of it begins with the special <code>+</code>
+marker).</p></div>
+</dd>
</dl></div>
</div></div>
</dd>
@@ -930,7 +957,7 @@ Format</a> for more information on the multi-pack-index feature.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-10-06 14:16:38 PDT
+ 2021-10-18 17:00:13 PDT
</div>
</div>
</body>