]> git.99rst.org Git - git.git/commit
sparse-index: complete partial expansion
authorDerrick Stolee <redacted>
Mon, 23 May 2022 13:48:44 +0000 (13:48 +0000)
committerJunio C Hamano <redacted>
Mon, 23 May 2022 18:08:21 +0000 (11:08 -0700)
commitac8acb4f2c70dd95c582bd5d4fb4f689f82ff3c6
treeacb79a7bc64de99fac4d56ee51ffaa31ee0113d4
parent0243930af40f1ede50598c7de0965bdbe6fcbe30
sparse-index: complete partial expansion

To complete the implementation of expand_to_pattern_list(), we need to
detect when a sparse directory entry should remain sparse. This avoids a
full expansion, so we now need to use the PARTIALLY_SPARSE mode to
indicate this state.

There still are no callers to this method, but we will add one in the
next change.

Signed-off-by: Derrick Stolee <redacted>
Signed-off-by: Junio C Hamano <redacted>
sparse-index.c
git clone https://git.99rst.org/PROJECT