Allow cherry-pick (and revert) to add signoff line
commitcfd9c27708509457f572373bd8f4eb25dd4a6715
authorDan McGee <dpmcgee@gmail.com>
Sat, 26 Apr 2008 20:14:28 +0000 (26 15:14 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 26 Apr 2008 21:06:17 +0000 (26 14:06 -0700)
treefa9cd1f17ec5b8085c82dfa463d02866d6d28032
parent36c79d2bf893b9957688a6c8c13cc0bf0589e596
Allow cherry-pick (and revert) to add signoff line

I often find myself pulling patches off of other peoples trees using
cherry-pick, and following it with an immediate 'git commit --amend -s'
command.  Eliminate the need for a double commit by allowing signoff on a
cherry-pick or revert.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cherry-pick.txt
Documentation/git-revert.txt
builtin-revert.c