]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/sparse-apply-add-p'
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2025 20:59:09 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2025 20:59:09 +0000 (13:59 -0700)
"git apply" and "git add -i/-p" code paths no longer unnecessarily
expand sparse-index while working.

* ds/sparse-apply-add-p:
  p2000: add performance test for patch-mode commands
  reset: integrate sparse index with --patch
  git add: make -p/-i aware of sparse index
  apply: integrate with the sparse index

1  2 
builtin/add.c
t/t1092-sparse-checkout-compatibility.sh

diff --cc builtin/add.c
Simple merge