提交 830273d1 编写于 作者: J Junio C Hamano

format-patch: run diff in C locale

Otherwise it would show incomplete line and binary markers in
a locale dependent way.
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 a004d3f7
......@@ -5,6 +5,10 @@
. git-sh-setup
# Force diff to run in C locale.
LANG=C LC_ALL=C
export LANG LC_ALL
usage () {
echo >&2 "usage: $0"' [-n] [-o dir | --stdout] [--keep-subject] [--mbox]
[--check] [--signoff] [-<diff options>...]
......@@ -202,7 +206,7 @@ process_one () {
;;
esac
eval "$(LANG=C LC_ALL=C sed -ne "$whosepatchScript" $commsg)"
eval "$(sed -ne "$whosepatchScript" $commsg)"
test "$author,$au" = ",$me" || {
mailScript="$mailScript"'
a\
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册