Merge branch 'sy/sparse-rm'
commit9b9445cfdec254dfd5e78fb00ec4476cee3d578c
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Aug 2022 20:07:05 +0000 (18 13:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Aug 2022 20:07:05 +0000 (18 13:07 -0700)
tree81f69acdd36776f119f0e91e50f31c789fd9534a
parent80ffc849bdd5ed111a2ec070856ef67e075572c6
parentede241c7154929c5c80fb784daa79de6103bf048
Merge branch 'sy/sparse-rm'

"git rm" has become more aware of the sparse-index feature.

* sy/sparse-rm:
  rm: integrate with sparse-index
  rm: expand the index only when necessary
  pathspec.h: move pathspec_needs_expanded_index() from reset.c to here
  t1092: add tests for `git-rm`