]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/config/index.txt
config.txt: move index.* to a separate file
[thirdparty/git.git] / Documentation / config / index.txt
CommitLineData
c1b342ad
NTND
1index.threads::
2 Specifies the number of threads to spawn when loading the index.
3 This is meant to reduce index load time on multiprocessor machines.
4 Specifying 0 or 'true' will cause Git to auto-detect the number of
5 CPU's and set the number of threads accordingly. Specifying 1 or
6 'false' will disable multithreading. Defaults to 'true'.
7
8index.version::
9 Specify the version with which new index files should be
10 initialized. This does not affect existing repositories.