summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-04-27 16:23:22 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-27 16:23:22 -0700
commitbcb8fa4d96a0dd01c8bbf35f26b670e8d2cf1411 (patch)
tree87bd422e340ff674d49d000f420a3ea3d0370dc4 /git-config.html
parent9f24e83938a63da598f028aa55ca719785e735a1 (diff)
downloadgit-htmldocs-bcb8fa4d96a0dd01c8bbf35f26b670e8d2cf1411.tar.gz
Autogenerated HTML docs for v2.40.1-445-gf85cd
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/git-config.html b/git-config.html
index 95b9f19eb..d7c506aa7 100644
--- a/git-config.html
+++ b/git-config.html
@@ -9101,6 +9101,17 @@ pack.writeBitmapLookupTable
</p>
</dd>
<dt class="hdlist1">
+pack.readReverseIndex
+</dt>
+<dd>
+<p>
+ When true, git will read any .rev file(s) that may be available
+ (see: <a href="gitformat-pack.html">gitformat-pack(5)</a>). When false, the reverse index
+ will be generated from scratch and stored in memory. Defaults to
+ true.
+</p>
+</dd>
+<dt class="hdlist1">
pack.writeReverseIndex
</dt>
<dd>
@@ -9109,7 +9120,7 @@ pack.writeReverseIndex
<a href="gitformat-pack.html">gitformat-pack(5)</a>)
for each new packfile that it writes in all places except for
<a href="git-fast-import.html">git-fast-import(1)</a> and in the bulk checkin mechanism.
- Defaults to false.
+ Defaults to true.
</p>
</dd>
<dt class="hdlist1">