Merge branch 'jc/how-to-document-api'
[gitweb.git] / Documentation / config.txt
index f6f4c21a54579934ef8a413c4f77787911ed14c9..0ae4d7077bf70ec0df02e29af0df250d61ed7c07 100644 (file)
@@ -2149,6 +2149,13 @@ imap::
        The configuration variables in the 'imap' section are described
        in linkgit:git-imap-send[1].
 
+index.threads::
+       Specifies the number of threads to spawn when loading the index.
+       This is meant to reduce index load time on multiprocessor machines.
+       Specifying 0 or 'true' will cause Git to auto-detect the number of
+       CPU's and set the number of threads accordingly. Specifying 1 or
+       'false' will disable multithreading. Defaults to 'true'.
+
 index.version::
        Specify the version with which new index files should be
        initialized.  This does not affect existing repositories.