aboutsummaryrefslogtreecommitdiff
path: root/t/t3901-8859-1.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-13 01:20:53 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-13 10:10:20 -0800
commita731ec5eb827767e0f054641ab1eacc632113c59 (patch)
tree706738244d2199f1719a8d1ac4a61929111cafac /t/t3901-8859-1.txt
parentf7e68b2967182f14547125d1369f37ad4d83187e (diff)
downloadgit-a731ec5eb827767e0f054641ab1eacc632113c59.tar.gz
git-a731ec5eb827767e0f054641ab1eacc632113c59.tar.xz
t3901: test "format-patch | am" pipe with i18n
This checks combinations of i18n.commitencoding (declares what encoding you are feeding commit-tree to make commits) and i18n.logoutputencoding (instructs what encoding to emit the commit message out to log output, including e-mail format) to make sure the "format-patch | am" pipe used in git-rebase works correctly. I suspect "git cherry-pick" and "git rebase --merge" may fail similar tests. We'll see. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t3901-8859-1.txt')
-rwxr-xr-xt/t3901-8859-1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t3901-8859-1.txt b/t/t3901-8859-1.txt
new file mode 100755
index 000000000..38c21a6a7
--- /dev/null
+++ b/t/t3901-8859-1.txt
@@ -0,0 +1,4 @@
+: to be sourced in t3901 -- this is latin-1
+GIT_AUTHOR_NAME="Áéí óú" &&
+GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME &&
+export GIT_AUTHOR_NAME GIT_COMMITTER_NAME