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

Documentation updates.

* ds/doc-scalar-config:
  scalar: document config settings
This commit is contained in:
Junio C Hamano
2025-12-16 11:15:08 +09:00

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.