From bb1091a47516f898b757f897b8b398c84343a4e1 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 9 Jan 2007 21:31:36 -0800 Subject: -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 --- git-am.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'git-am.sh') diff --git a/git-am.sh b/git-am.sh index abd32a8b1c..59d663ba9e 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 -- cgit v1.3-5-g9baa