Merge branch 'ds/sparse-diff-index'
commit11fd53a6c21e68cdb7f66b2208020207adf18cc8
authorJunio C Hamano <gitster@pobox.com>
Thu, 29 Aug 2024 18:08:17 +0000 (29 11:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Aug 2024 18:08:17 +0000 (29 11:08 -0700)
tree15c1017181361e0ff480dde21987f155185e9c5f
parent839b808325724e4e47c3ca18b2b131c205123632
parentb44c926c9fb28b3847efc0057c4563ad76372e30
Merge branch 'ds/sparse-diff-index'

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