revert: add tests to check cherry-picking many commits
commitaa29ccf4c07a6e1e249794e1fa3c7cd0bf0a9e46
authorChristian Couder <chriscool@tuxfamily.org>
Wed, 2 Jun 2010 05:58:39 +0000 (2 07:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2010 17:09:58 +0000 (2 10:09 -0700)
treea21cd25f05ed7b6f1d2a085ee6f2cc21e7b9f8a1
parent7e2bfd3f99f8d6e89c7b855675919dd5404e47a2
revert: add tests to check cherry-picking many commits

Note that there is an expected failure when running:

git cherry-pick -3 fourth

that's because:

git rev-list --no-walk -3 fourth

produce only one commit and not 3 as "--no-walk" seems to
take over "-3".

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3508-cherry-pick-many-commits.sh [new file with mode: 0755]