]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/sparse-diff-index'
authorJunio C Hamano <gitster@pobox.com>
Thu, 29 Aug 2024 18:08:17 +0000 (11:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Aug 2024 18:08:17 +0000 (11:08 -0700)
The underlying machinery for "git diff-index" has long been made to
expand the sparse index as needed, but the command fully expanded
the sparse index upfront, which now has been taught not to do.

* ds/sparse-diff-index:
  diff-index: integrate with the sparse index


Trivial merge