git-cherry-pick: Add test to validate new options
commitbedfe86ce6ccee90e2cbecbf8d72e06219a2768a
authorNeil Horman <nhorman@tuxdriver.com>
Fri, 20 Apr 2012 14:36:16 +0000 (20 10:36 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Apr 2012 21:52:13 +0000 (24 14:52 -0700)
tree7fb8633f94102bd2602d54439fe13897d61bda7e
parentb27cfb0d8d4cbb6d079c70ffeadac9c0dcfff250
git-cherry-pick: Add test to validate new options

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>
t/t3505-cherry-pick-empty.sh