Skip to content

Commit

Permalink
config.txt: move index.* to a separate file
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
pclouds authored and gitster committed Oct 29, 2018
1 parent ae46102 commit c1b342a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 1 addition & 10 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -355,16 +355,7 @@ include::config/i18n.txt[]

include::config/imap.txt[]

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.
include::config/index.txt[]

init.templateDir::
Specify the directory from which templates will be copied.
Expand Down
10 changes: 10 additions & 0 deletions Documentation/config/index.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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.

0 comments on commit c1b342a

Please sign in to comment.