summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-05 18:39:12 -0700
committerJunio C Hamano <gitster@pobox.com>2022-09-05 18:39:12 -0700
commitc4f7799fb198cf50c4132036d5c9eb79184ee00b (patch)
treed45c9bfcd95009139dc61fee3e0a9132d697b1b0 /git-config.html
parentf7f8f21e826283e7a8109e0ae1743ffd5ea5815d (diff)
downloadgit-htmldocs-c4f7799fb198cf50c4132036d5c9eb79184ee00b.tar.gz
Autogenerated HTML docs for v2.37.3-518-g79f2
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/git-config.html b/git-config.html
index 4e69ece38..7a4a40c93 100644
--- a/git-config.html
+++ b/git-config.html
@@ -8850,6 +8850,18 @@ computed; instead, any namehashes stored in an existing bitmap are
permuted into their appropriate location when writing a new bitmap.</p></div>
</dd>
<dt class="hdlist1">
+pack.writeBitmapLookupTable
+</dt>
+<dd>
+<p>
+ When true, Git will include a "lookup table" section in the
+ bitmap index (if one is written). This table is used to defer
+ loading individual bitmaps as late as possible. This can be
+ beneficial in repositories that have relatively large bitmap
+ indexes. Defaults to false.
+</p>
+</dd>
+<dt class="hdlist1">
pack.writeReverseIndex
</dt>
<dd>