[PATCH] Make git-format-patch's signoff option more consistent
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 16 Aug 2005 00:20:34 +0000 (02:20 +0200)
committerJunio C Hamano <junkio@cox.net>
Tue, 16 Aug 2005 00:44:16 +0000 (17:44 -0700)
Since git-commit-script has a "--signoff" option, use that in
git-format-patch-script, too (and since partial option names are
supported,"--sign" is still valid).

Also, if the message already contains the S-O-B line, silently ignore the
"--signoff" request.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found