summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
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>