Git development
 help / color / mirror / Atom feed
* [PATCH] Give git-am back the ability to add Signed-off-by lines.
@ 2007-11-06 20:33 Johannes Sixt
  2007-11-06 21:07 ` Junio C Hamano
  2007-11-06 22:35 ` Pierre Habouzit
  0 siblings, 2 replies; 3+ messages in thread
From: Johannes Sixt @ 2007-11-06 20:33 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Pierre Habouzit

This was lost in the migration to git-rev-parse --parseopt by commit
78443d90491c1b82afdffc3d5d2ab8c1a58928b5.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
---
 git-am.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-am.sh b/git-am.sh
index 876b973..e5af955 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
-- 
1.5.3.4.315.g2ce38

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-06 22:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-06 20:33 [PATCH] Give git-am back the ability to add Signed-off-by lines Johannes Sixt
2007-11-06 21:07 ` Junio C Hamano
2007-11-06 22:35 ` Pierre Habouzit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox