sparse-index: complete partial expansion
commitac8acb4f2c70dd95c582bd5d4fb4f689f82ff3c6
authorDerrick Stolee <dstolee@microsoft.com>
Mon, 23 May 2022 13:48:44 +0000 (23 13:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 May 2022 18:08:21 +0000 (23 11:08 -0700)
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 <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sparse-index.c