From dfdd7e6686833ab3c0d9af412809a5455b9573de Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Tue, 6 Nov 2007 21:33:58 +0100 Subject: [PATCH] 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 --- git-am.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-am.sh b/git-am.sh index 876b973a4d..e5af955c6f 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 -- 2.11.4.GIT