]> git.ipfire.org Git - thirdparty/git.git/commit - t/t1600-index.sh
repo-settings: create feature.manyFiles setting
authorDerrick Stolee <dstolee@microsoft.com>
Tue, 13 Aug 2019 18:37:47 +0000 (11:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Aug 2019 20:33:55 +0000 (13:33 -0700)
commitc6cc4c5afd2efd5f8081a3839b48d003de4e094f
tree8f6c9d525ea3db9dde80f98f383397ab23386165
parentad0fb65999382052cf21408df490d0b39800d487
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>
Documentation/config.txt
Documentation/config/core.txt
Documentation/config/feature.txt [new file with mode: 0644]
Documentation/config/index.txt
repo-settings.c
t/t1600-index.sh