Documentation / config / index.txton commit Merge branch 'cc/delta-islands' (7fab474)
   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.