]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/revert.c
sparse-index: integrate with cherry-pick and rebase
authorDerrick Stolee <dstolee@microsoft.com>
Wed, 8 Sep 2021 11:24:01 +0000 (11:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Sep 2021 22:49:05 +0000 (15:49 -0700)
commit516680ba7704c473bb21628aa19cabbd787df4db
treed934e2d0337a272150524ae6b30e4bc6c27b72dc
parent5d9c9349bd0acda149f37eb1c5edc2a5ef747eea
sparse-index: integrate with cherry-pick and rebase

The hard work was already done with 'git merge' and the ORT strategy.
Just add extra tests to see that we get the expected results in the
non-conflict cases.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Reviewed-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c
builtin/revert.c
t/t1092-sparse-checkout-compatibility.sh