On 5/12/2021 3:46 AM, Junio C Hamano wrote: > * ds/status-with-sparse-index (2021-04-28) 10 commits > - fsmonitor: test with sparse index > - status: use sparse-index throughout > - status: skip sparse-checkout percentage with sparse-index > - dir.c: accept a directory as part of cone-mode patterns > - unpack-trees: stop recursing into sparse directories > - unpack-trees: compare sparse directories correctly > - unpack-trees: preserve cache_bottom > - t1092: add tests for status/add and sparse files > - Merge branch 'mt/add-rm-in-sparse-checkout' into ds/status-with-sparse-index > - Merge branch 'ds/sparse-index-protections' into ds/status-with-sparse-index > > "git status" codepath learned to work with sparsely populated index > without hydrating it fully. > > What's the status of this thing? There has been no review on the simplified v2. But also I've been working to integrate the sparse-index work into our Scalar functional tests and have found some issues with the series. I'm working through those issues now and will send a v3 when I'm ready. Feel free to eject it until then. Thanks, -Stolee