From: Derrick Stolee Date: Tue, 13 Aug 2019 18:37:47 +0000 (-0700) Subject: repo-settings: create feature.manyFiles setting X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c6cc4c5afd2efd5f8081a3839b48d003de4e094f?ds=inline;hp=c6cc4c5afd2efd5f8081a3839b48d003de4e094f 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 Signed-off-by: Junio C Hamano ---