Skip to content

Commit

Permalink
Give git-am back the ability to add Signed-off-by lines.
Browse files Browse the repository at this point in the history
This was lost in the migration to git-rev-parse --parseopt by commit
78443d9.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Johannes Sixt authored and Junio C Hamano committed Nov 6, 2007
1 parent 5410a02 commit dfdd7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-am.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfdd7e6

Please sign in to comment.