Merge branch 'mv/cherry-pick-s'
authorJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2012 21:36:00 +0000 (14:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2012 21:36:00 +0000 (14:36 -0700)
After "git cherry-pick -s" gave control back to the user asking
help to resolve conflicts, concluding "git commit" needs to be run
with "-s" if the user wants to sign it off, but the command should
be able to remember that.

* mv/cherry-pick-s:
  cherry-pick: don't forget -s on failure


Trivial merge