]> git.99rst.org Git - git.git/commit
sparse-index: add index.sparse config option
authorDerrick Stolee <redacted>
Tue, 30 Mar 2021 13:10:59 +0000 (13:10 +0000)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/config/index.txt
cache.h
repo-settings.c
repository.h
sparse-index.c
git clone https://git.99rst.org/PROJECT