summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5410a02)
raw | patch | inline | side by side (parent: 5410a02)
author | Johannes Sixt <johannes.sixt@telecom.at> | |
Tue, 6 Nov 2007 20:33:58 +0000 (21:33 +0100) | ||
committer | Junio 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>
78443d90491c1b82afdffc3d5d2ab8c1a58928b5.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh | patch | blob | history |
diff --git a/git-am.sh b/git-am.sh
index 876b973a4d8f2f9a11b977d4faef4c84f7a4a99b..e5af955c6f0c720c2c1eb3edb415830e44ea03ff 100755 (executable)
--- a/git-am.sh
+++ b/git-am.sh
binary=t ;;
-3|--3way)
threeway=t ;;
- -s--signoff)
+ -s|--signoff)
sign=t ;;
-u|--utf8)
utf8=t ;; # this is now default