]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sy/sparse-rm'
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Aug 2022 20:07:05 +0000 (13:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Aug 2022 20:07:05 +0000 (13:07 -0700)
"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`


Trivial merge