t3503: test cherry picking and reverting root commits
commite9fe74cba4ed4577dcc02f61094c611a1c216fee
authorJeff King <peff@peff.net>
Thu, 12 May 2011 11:10:07 +0000 (12 07:10 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 May 2011 20:05:03 +0000 (16 13:05 -0700)
treece0916554a98fc9d1c5627e19b78bacb9f79ff2f
parentfad2652673247203014e2c57622a5ffe0eb5ad93
t3503: test cherry picking and reverting root commits

We already tested cherry-picking a root commit, but only
with the internal merge-recursive strategy. Let's also test
the recently-allowed reverting of a root commit, as well as
testing with external strategies (which until recently
triggered a segfault).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3503-cherry-pick-root.sh