summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a004d3f)
raw | patch | inline | side by side (parent: a004d3f)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 29 Nov 2005 21:51:27 +0000 (13:51 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 29 Nov 2005 22:27:59 +0000 (14:27 -0800) |
Otherwise it would show incomplete line and binary markers in
a locale dependent way.
Signed-off-by: Junio C Hamano <junkio@cox.net>
a locale dependent way.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch.sh | patch | blob | history |
diff --git a/git-format-patch.sh b/git-format-patch.sh
index 4cd38f34efd84e91323d2037e6518813a019b4f3..1eebe857c021495b92d9e39ec1193b85ab4e980e 100755 (executable)
--- a/git-format-patch.sh
+++ b/git-format-patch.sh
. 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>...]
;;
esac
- eval "$(LANG=C LC_ALL=C sed -ne "$whosepatchScript" $commsg)"
+ eval "$(sed -ne "$whosepatchScript" $commsg)"
test "$author,$au" = ",$me" || {
mailScript="$mailScript"'
a\