File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -355,16 +355,7 @@ include::config/i18n.txt[]
355355
356356include::config/imap.txt[]
357357
358- index.threads::
359- Specifies the number of threads to spawn when loading the index.
360- This is meant to reduce index load time on multiprocessor machines.
361- Specifying 0 or 'true' will cause Git to auto-detect the number of
362- CPU's and set the number of threads accordingly. Specifying 1 or
363- 'false' will disable multithreading. Defaults to 'true'.
364-
365- index.version::
366- Specify the version with which new index files should be
367- initialized. This does not affect existing repositories.
358+ include::config/index.txt[]
368359
369360init.templateDir::
370361 Specify the directory from which templates will be copied.
Original file line number Diff line number Diff line change 1+ index.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+
8+ index.version::
9+ Specify the version with which new index files should be
10+ initialized. This does not affect existing repositories.
You can’t perform that action at this time.
0 commit comments