diff options
author | Christian Couder <christian.couder@gmail.com> | 2017-02-27 19:00:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-01 13:24:21 -0800 |
commit | 66f9e7a6e83e01358bc5b96c5f7f1e5b9b718779 (patch) | |
tree | 8961b6d3ed5cfc58042c58afed63467e6de3d408 | |
parent | t1700: add tests for core.splitIndex (diff) | |
download | tgif-66f9e7a6e83e01358bc5b96c5f7f1e5b9b718779.tar.xz |
Documentation/config: add information for core.splitIndex
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/config.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index d51182a060..221c5982c0 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -331,6 +331,10 @@ core.trustctime:: crawlers and some backup systems). See linkgit:git-update-index[1]. True by default. +core.splitIndex:: + If true, the split-index feature of the index will be used. + See linkgit:git-update-index[1]. False 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 |