summaryrefslogtreecommitdiff
path: root/Documentation/config/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config/index.txt')
-rw-r--r--Documentation/config/index.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config/index.txt b/Documentation/config/index.txt
index f181503041..75f3a2d105 100644
--- a/Documentation/config/index.txt
+++ b/Documentation/config/index.txt
@@ -14,6 +14,11 @@ index.recordOffsetTable::
Defaults to 'true' if index.threads has been explicitly enabled,
'false' otherwise.
+index.sparse::
+ When enabled, write the index using sparse-directory entries. This
+ has no effect unless `core.sparseCheckout` and
+ `core.sparseCheckoutCone` are both enabled. Defaults to 'false'.
+
index.threads::
Specifies the number of threads to spawn when loading the index.
This is meant to reduce index load time on multiprocessor machines.
@@ -24,3 +29,4 @@ index.threads::
index.version::
Specify the version with which new index files should be
initialized. This does not affect existing repositories.
+ If `feature.manyFiles` is enabled, then the default is 4.