t3404: add a test for the --gpg-sign option
commit6672b9f962e4f01cae3c115ed54586a6f62aced3
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 7 Jul 2016 15:52:50 +0000 (7 17:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Jul 2016 22:36:56 +0000 (7 15:36 -0700)
tree9a52545230fe1a778fd643bd4d819dfd3ad7ebab
parent5c589a73de4394ad125a4effac227b3aec856fa1
t3404: add a test for the --gpg-sign option

For the upcoming rebase--helper work (which will accelerate the
interactive rebase noticably), it is important to verify that the
--gpg-sign option is handled properly.

Please note that this patch does this on the cheap, by verifying that
the expected option is printed in the message of the 'edit' operation.

We really should test that the interactive rebase signs the commits
properly, iff GPG is available. This test is left for later.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh