Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
-u is now default for 'git-mailinfo'.
[gitweb.git]
/
git-am.sh
diff --git
a/git-am.sh
b/git-am.sh
index abd32a8b1cc27ae26a89b6e6aa9561e862e3e688..59d663ba9e0c3828d11b442c6fd9536a87d937cb 100755
(executable)
--- a/
git-am.sh
+++ b/
git-am.sh
@@
-228,6
+228,8
@@
fi
if test "$(cat "$dotest/utf8")" = t
then
utf8=-u
+else
+ utf8=-n
fi
if test "$(cat "$dotest/keep")" = t
then