summaryrefslogtreecommitdiff
path: root/git-am.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-10 05:31:36 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-10 05:32:49 (GMT)
commitbb1091a47516f898b757f897b8b398c84343a4e1 (patch)
treeca97aa37380489c955736855eec8054d1622fe87 /git-am.sh
parent62c89c662fc6220522adc009aa95b1392350ed20 (diff)
downloadgit-bb1091a47516f898b757f897b8b398c84343a4e1.zip
git-bb1091a47516f898b757f897b8b398c84343a4e1.tar.gz
git-bb1091a47516f898b757f897b8b398c84343a4e1.tar.bz2
-u is now default for 'git-mailinfo'.
Originally from David Woodhouse, but also adjusts the callers of mailinfo to the new default. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-am.sh')
-rwxr-xr-xgit-am.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-am.sh b/git-am.sh
index abd32a8..59d663b 100755
--- 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