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-applymbox.sh | |
parent | 62c89c662fc6220522adc009aa95b1392350ed20 (diff) | |
download | git-bb1091a47516f898b757f897b8b398c84343a4e1.tar.gz |
-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-applymbox.sh')
-rwxr-xr-x | git-applymbox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-applymbox.sh b/git-applymbox.sh index 7e690a16ee..1f68599ae5 100755 --- a/git-applymbox.sh +++ b/git-applymbox.sh @@ -28,7 +28,7 @@ while case "$#" in 0) break ;; esac do case "$1" in -u) utf8=-u ;; - -n) utf8= ;; + -n) utf8=-n ;; -k) keep_subject=-k ;; -q) query_apply=t ;; -c) continue="$2"; resume=f; shift ;; |