summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorDerrick Stolee <dstolee@microsoft.com>2019-08-13 18:37:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-08-13 20:33:55 (GMT)
commitc6cc4c5afd2efd5f8081a3839b48d003de4e094f (patch)
tree8f6c9d525ea3db9dde80f98f383397ab23386165 /Documentation/config.txt
parentad0fb65999382052cf21408df490d0b39800d487 (diff)
downloadgit-c6cc4c5afd2efd5f8081a3839b48d003de4e094f.zip
git-c6cc4c5afd2efd5f8081a3839b48d003de4e094f.tar.gz
git-c6cc4c5afd2efd5f8081a3839b48d003de4e094f.tar.bz2
repo-settings: create feature.manyFiles setting
The feature.manyFiles setting is suitable for repos with many files in the working directory. By setting index.version=4 and core.untrackedCache=true, commands such as 'git status' should improve. While adding this setting, modify the index version precedence tests to check how this setting overrides the default for index.version is unset. Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index e3f5bc3..77f3b14 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -345,6 +345,8 @@ include::config/difftool.txt[]
include::config/fastimport.txt[]
+include::config/feature.txt[]
+
include::config/fetch.txt[]
include::config/format.txt[]