]> git.ipfire.org Git - thirdparty/git.git/commit
t1092: add cherry-pick, rebase tests
authorDerrick Stolee <dstolee@microsoft.com>
Wed, 8 Sep 2021 11:23:59 +0000 (11:23 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Sep 2021 22:49:04 +0000 (15:49 -0700)
commitc0b99303db317894dc49398cd3e2db4ef02e8dcf
treeed6b961003a2f542628a116c97274b3d808ef68d
parent695763679210420656f4125d9706bba25c76ae4b
t1092: add cherry-pick, rebase tests

Add tests to check that cherry-pick and rebase behave the same in the
sparse-index case as in the full index cases. These tests are agnostic
to GIT_TEST_MERGE_ALGORITHM, so a full CI test suite will check both the
'ort' and 'recursive' strategies on this test.

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