Documentation/config: add information for core.splitIndex
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
b8923bf611
commit
66f9e7a6e8
|
@ -331,6 +331,10 @@ core.trustctime::
|
||||||
crawlers and some backup systems).
|
crawlers and some backup systems).
|
||||||
See linkgit:git-update-index[1]. True by default.
|
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::
|
core.untrackedCache::
|
||||||
Determines what to do about the untracked cache feature of the
|
Determines what to do about the untracked cache feature of the
|
||||||
index. It will be kept, if this variable is unset or set to
|
index. It will be kept, if this variable is unset or set to
|
||||||
|
|
Loading…
Reference in New Issue