summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-12 16:30:24 -0800
committerJunio C Hamano <gitster@pobox.com>2024-01-12 16:30:24 -0800
commit52d8fce24f6d24558ba9432b8e89bf087c22ff0b (patch)
tree2588b8e3b649dc7ded3e628cae5dfa8da0c1dd4d /git-config.html
parent17d8c4cb0d583aa8474a2d20a88eb5a42b6b26ff (diff)
downloadgit-htmldocs-52d8fce24f6d24558ba9432b8e89bf087c22ff0b.tar.gz
Autogenerated HTML docs for v2.43.0-334-gd4dbc
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html20
1 files changed, 14 insertions, 6 deletions
diff --git a/git-config.html b/git-config.html
index 87adc6591..bcf672fec 100644
--- a/git-config.html
+++ b/git-config.html
@@ -8998,12 +8998,20 @@ pack.allowPackReuse
</dt>
<dd>
<p>
- When true, and when reachability bitmaps are enabled,
- pack-objects will try to send parts of the bitmapped packfile
- verbatim. This can reduce memory and CPU usage to serve fetches,
- but might result in sending a slightly larger pack. Defaults to
- true.
+ When true or "single", and when reachability bitmaps are
+ enabled, pack-objects will try to send parts of the bitmapped
+ packfile verbatim. When "multi", and when a multi-pack
+ reachability bitmap is available, pack-objects will try to send
+ parts of all packs in the MIDX.
</p>
+<div class="literalblock">
+<div class="content">
+<pre><code>If only a single pack bitmap is available, and
+`pack.allowPackReuse` is set to "multi", reuse parts of just the
+bitmapped packfile. This can reduce memory and CPU usage to
+serve fetches, but might result in sending a slightly larger
+pack. Defaults to true.</code></pre>
+</div></div>
</dd>
<dt class="hdlist1">
pack.island
@@ -9707,7 +9715,7 @@ rebase.instructionFormat
<p>
A format string, as specified in <a href="git-log.html">git-log(1)</a>, to be used for the
todo list during an interactive rebase. The format will
- automatically have the long commit hash prepended to the format.
+ automatically have the commit hash prepended to the format.
</p>
</dd>
<dt class="hdlist1">