diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-09 21:31:36 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-09 21:32:49 -0800 |
commit | bb1091a47516f898b757f897b8b398c84343a4e1 (patch) | |
tree | ca97aa37380489c955736855eec8054d1622fe87 /git-am.sh | |
parent | 62c89c662fc6220522adc009aa95b1392350ed20 (diff) | |
download | git-bb1091a47516f898b757f897b8b398c84343a4e1.tar.gz git-bb1091a47516f898b757f897b8b398c84343a4e1.tar.xz |
-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-x | git-am.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |