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-applymbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-applymbox.sh') 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 ;; -- cgit v1.2.3