Merge branch 'ds/doc-scalar-config' into next

Documentation updates.

* ds/doc-scalar-config:
  scalar: document config settings
next
Junio C Hamano 2025-12-16 11:15:08 +09:00
commit 221721824f
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ index.skipHash=true::

index.threads=true::
This tells Git to automatically detect how many threads it should use
when reading the index due the default value of `core.preloadIndex`,
when reading the index due to the default value of `core.preloadIndex`,
which enables parallel index reads. This explicit setting also enables
`index.recordOffsetTable=true` to speed up parallel index reads.