summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-21 22:46:21 +0900
committerJunio C Hamano <gitster@pobox.com>2018-11-21 22:46:21 +0900
commit2f4318b5fc4ee7a33bbe32c5a7b1c4889ac110b3 (patch)
tree6f9aab2447fa05e732c5cfec88886a431370ea71 /git-config.html
parent69bb2b541d6b878a1bf72199f90b2e5dba140a56 (diff)
downloadgit-htmldocs-2f4318b5fc4ee7a33bbe32c5a7b1c4889ac110b3.tar.gz
Autogenerated HTML docs for v2.20.0-rc1
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/git-config.html b/git-config.html
index 13c959a63..fa4f184fe 100644
--- a/git-config.html
+++ b/git-config.html
@@ -6125,6 +6125,32 @@ imap.authMethod
</p>
</dd>
<dt class="hdlist1">
+index.recordEndOfIndexEntries
+</dt>
+<dd>
+<p>
+ Specifies whether the index file should include an "End Of Index
+ Entry" section. This reduces index load time on multiprocessor
+ machines but produces a message "ignoring EOIE extension" when
+ reading the index using Git versions before 2.20. Defaults to
+ <em>true</em> if index.threads has been explicitly enabled, <em>false</em>
+ otherwise.
+</p>
+</dd>
+<dt class="hdlist1">
+index.recordOffsetTable
+</dt>
+<dd>
+<p>
+ Specifies whether the index file should include an "Index Entry
+ Offset Table" section. This reduces index load time on
+ multiprocessor machines but produces a message "ignoring IEOT
+ extension" when reading the index using Git versions before 2.20.
+ Defaults to <em>true</em> if index.threads has been explicitly enabled,
+ <em>false</em> otherwise.
+</p>
+</dd>
+<dt class="hdlist1">
index.threads
</dt>
<dd>