git-cherry-pick: Add test to validate new options
authorNeil Horman <nhorman@tuxdriver.com>
Fri, 20 Apr 2012 14:36:16 +0000 (10:36 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Apr 2012 21:52:13 +0000 (14:52 -0700)
Since we've added the --allow-empty and --keep-redundant-commits
options to git cherry-pick we should also add a test to ensure that its working
properly.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found