Merge branch 'ds/status-with-sparse-index'
commitb271a3034fc54a7c84ae5803d72f14a29b172c78
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Jul 2021 20:18:01 +0000 (28 13:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Jul 2021 20:18:02 +0000 (28 13:18 -0700)
treeecace44004f0254c6b107d1748f0977eab2c98de
parent6d56fb28fb0de8add352352c9b271cace08670b8
parente5ca291076a8a936283bb2c57433c4393d3f80c2
Merge branch 'ds/status-with-sparse-index'

"git status" codepath learned to work with sparsely populated index
without hydrating it fully.

* ds/status-with-sparse-index:
  t1092: document bad sparse-checkout behavior
  fsmonitor: integrate with sparse index
  wt-status: expand added sparse directory entries
  status: use sparse-index throughout
  status: skip sparse-checkout percentage with sparse-index
  diff-lib: handle index diffs with sparse dirs
  dir.c: accept a directory as part of cone-mode patterns
  unpack-trees: unpack sparse directory entries
  unpack-trees: rename unpack_nondirectories()
  unpack-trees: compare sparse directories correctly
  unpack-trees: preserve cache_bottom
  t1092: add tests for status/add and sparse files
  t1092: expand repository data shape
  t1092: replace incorrect 'echo' with 'cat'
  sparse-index: include EXTENDED flag when expanding
  sparse-index: skip indexes with unmerged entries
builtin/commit.c
dir.c
read-cache.c
wt-status.c