From: Johannes Sixt Date: Tue, 6 Nov 2007 20:33:58 +0000 (+0100) Subject: Give git-am back the ability to add Signed-off-by lines. X-Git-Tag: v1.5.4-rc0~190^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dfdd7e6686833ab3c0d9af412809a5455b9573de;p=git.git Give git-am back the ability to add Signed-off-by lines. This was lost in the migration to git-rev-parse --parseopt by commit 78443d90491c1b82afdffc3d5d2ab8c1a58928b5. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano --- diff --git a/git-am.sh b/git-am.sh index 876b973a4..e5af955c6 100755 --- 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