[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)
commitd9ac9df41c8c1c3a2f5b0fb1bcc0546dc1bafba2
tree487528ac75fd6d22bb3e77496dd440feee52d1a6
parent2150cc99fe29fd81db1e9c5971e13bcb78373ebf
[PATCH] Make git-format-patch's signoff option more consistent

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>
git-format-patch-script