summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-10 15:42:05 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-10 15:42:05 -0800
commit9099a7cc25a11e4e55d3b6a00da6f470bfffab80 (patch)
tree3d357793babf4b8fce09791c958c4624454fb2cd /config.txt
parentf9a7457170b72c7923ec935bde0bc64ba6e8b148 (diff)
downloadgit-htmldocs-9099a7cc25a11e4e55d3b6a00da6f470bfffab80.tar.gz
Autogenerated HTML docs for v2.7.1-287-g494398
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.txt b/config.txt
index 02bcde6bb..27f02be35 100644
--- a/config.txt
+++ b/config.txt
@@ -308,6 +308,15 @@ core.trustctime::
crawlers and some backup systems).
See linkgit:git-update-index[1]. True by default.
+core.untrackedCache::
+ Determines what to do about the untracked cache feature of the
+ index. It will be kept, if this variable is unset or set to
+ `keep`. It will automatically be added if set to `true`. And
+ it will automatically be removed, if set to `false`. Before
+ setting it to `true`, you should check that mtime is working
+ properly on your system.
+ See linkgit:git-update-index[1]. `keep` by default.
+
core.checkStat::
Determines which stat fields to match between the index
and work tree. The user can set this to 'default' or