sparse-index: add index.sparse config option
authorDerrick Stolee <dstolee@microsoft.com>
Tue, 30 Mar 2021 13:10:59 +0000 (13:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Mar 2021 19:57:47 +0000 (12:57 -0700)
commit58300f4743231724686d9ddf481aeefa4f90d2f7
tree0a73a7f7312d021f7891107d27f2ac0161e62202
parent0938e6ff552510d4e6e495f062a9fab3e932178a
sparse-index: add index.sparse config option

When enabled, this config option signals that index writes should
attempt to use sparse-directory entries.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/index.txt
cache.h
repo-settings.c
repository.h
sparse-index.c