aboutsummaryrefslogtreecommitdiff
path: root/git-applymbox.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-09 21:31:36 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-09 21:32:49 -0800
commitbb1091a47516f898b757f897b8b398c84343a4e1 (patch)
treeca97aa37380489c955736855eec8054d1622fe87 /git-applymbox.sh
parent62c89c662fc6220522adc009aa95b1392350ed20 (diff)
downloadgit-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-applymbox.sh')
-rwxr-xr-xgit-applymbox.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-applymbox.sh b/git-applymbox.sh
index 7e690a16e..1f68599ae 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 ;;