diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-09 21:16:45 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-09 21:16:45 -0800 |
commit | 3cf167ba4bac1be5f52acae0a582d907121982b2 (patch) | |
tree | 18506d455c2d61708d6e563e54766f6f8806da89 /git-am.sh | |
parent | 1c23d794bfa3b9f3e03b18bb7e542615a924dbe3 (diff) | |
download | git-3cf167ba4bac1be5f52acae0a582d907121982b2.tar.gz |
git-am: should work when "--no-utf8 --utf8" is given
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-am.sh')
-rwxr-xr-x | git-am.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ do -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) |