summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c23d79)
raw | patch | inline | side by side (parent: 1c23d79)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 10 Jan 2007 05:16:45 +0000 (21:16 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 10 Jan 2007 05:16:45 +0000 (21:16 -0800) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-am.sh | patch | blob | history |
diff --git a/git-am.sh b/git-am.sh
index d9eb79d1aa8dccf18fa0df89abdc5d3fdfd2aa24..abd32a8b1cc27ae26a89b6e6aa9561e862e3e688 100755 (executable)
--- a/git-am.sh
+++ b/git-am.sh
-s|--s|--si|--sig|--sign|--signo|--signof|--signoff)
sign=t; shift ;;
-u|--u|--ut|--utf|--utf8)
- shift ;; # this is now default
+ utf8=t; shift ;; # this is now default
--no-u|--no-ut|--no-utf|--no-utf8)
utf8=; shift ;;
-k|--k|--ke|--kee|--keep)