diff options
author | Derrick Stolee <stolee@gmail.com> | 2025-05-16 14:55:29 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-05-16 12:02:47 -0700 |
commit | efab7dc1f49ef95f00560c30bca357dd445e7cb4 (patch) | |
tree | 65c3832fd7c2095c7acbc0be1d8b4f9281fb5a49 /builtin/count-objects.c | |
parent | 02ed8555f68440c5f533ad3c098ac01fc8965861 (diff) |
reset: integrate sparse index with --patch
Similar to the previous change for 'git add -p', the reset builtin
checked for integration with the sparse index after possibly redirecting
its logic toward the interactive logic. This means that the builtin
would expand the sparse index to a full one upon read.
Move this check earlier within cmd_reset() to improve performance here.
Add tests to guarantee that we are not universally expanding the index.
Add behavior tests to check that we are doing the same operations as a
full index.
Signed-off-by: Derrick Stolee <stolee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/count-objects.c')
0 files changed, 0 insertions, 0 deletions