]> git.ipfire.org Git - thirdparty/git.git/commit - t/t1092-sparse-checkout-compatibility.sh
update-index: reduce scope of index expansion in do_reupdate
authorVictoria Dye <vdye@github.com>
Tue, 11 Jan 2022 18:05:06 +0000 (18:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Jan 2022 21:49:45 +0000 (13:49 -0800)
commitb9ca5e26579ceb820103b49648c01187a4a0dddd
tree67e017ba304e500927bdd9bd4540d2f930251473
parentc35e9f5ecd00f0c003dc9120d3c68e95e2ba3bd7
update-index: reduce scope of index expansion in do_reupdate

Replace unconditional index expansion in 'do_reupdate()' with one scoped to
only where a full index is needed. A full index is only required in
'do_reupdate()' when a sparse directory in the index differs from HEAD; in
that case, the index is expanded and the operation restarted.

Because the index should only be expanded if a sparse directory is modified,
add a test ensuring the index is not expanded when differences only exist
within the sparse cone.

Signed-off-by: Victoria Dye <vdye@github.com>
Reviewed-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/update-index.c
t/t1092-sparse-checkout-compatibility.sh