ieot: default to not writing IEOT section
[git/raj.git] / Documentation / config / index.txt
blobde4418323583f0b6f662cb02b0c100766b20613b
1 index.recordEndOfIndexEntries::
2         Specifies whether the index file should include an "End Of Index
3         Entry" section. This reduces index load time on multiprocessor
4         machines but produces a message "ignoring EOIE extension" when
5         reading the index using Git versions before 2.20. Defaults to
6         'false'.
8 index.recordOffsetTable::
9         Specifies whether the index file should include an "Index Entry
10         Offset Table" section. This reduces index load time on
11         multiprocessor machines but produces a message "ignoring IEOT
12         extension" when reading the index using Git versions before 2.20.
13         Defaults to 'false'.
15 index.threads::
16         Specifies the number of threads to spawn when loading the index.
17         This is meant to reduce index load time on multiprocessor machines.
18         Specifying 0 or 'true' will cause Git to auto-detect the number of
19         CPU's and set the number of threads accordingly. Specifying 1 or
20         'false' will disable multithreading. Defaults to 'true'.
22 index.version::
23         Specify the version with which new index files should be
24         initialized.  This does not affect existing repositories.