Give git-am back the ability to add Signed-off-by lines.
authorJohannes Sixt <johannes.sixt@telecom.at>
Tue, 6 Nov 2007 20:33:58 +0000 (21:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Nov 2007 21:07:48 +0000 (13:07 -0800)
This was lost in the migration to git-rev-parse --parseopt by commit
78443d90491c1b82afdffc3d5d2ab8c1a58928b5.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh
index 876b973a4d8f2f9a11b977d4faef4c84f7a4a99b..e5af955c6f0c720c2c1eb3edb415830e44ea03ff 100755 (executable)
--- a/git-am.sh
+++ b/git-am.sh
@@ -131,7 +131,7 @@ do
                binary=t ;;
        -3|--3way)
                threeway=t ;;
-       -s--signoff)
+       -s|--signoff)
                sign=t ;;
        -u|--utf8)
                utf8=t ;; # this is now default