author | Junio C Hamano <junkio@cox.net> | |
Sat, 13 Jan 2007 09:20:53 +0000 (01:20 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 13 Jan 2007 18:10:20 +0000 (10:10 -0800) | ||
commit | a731ec5eb827767e0f054641ab1eacc632113c59 | |
tree | 706738244d2199f1719a8d1ac4a61929111cafac | tree | snapshot |
parent | f7e68b2967182f14547125d1369f37ad4d83187e | commit | diff |
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>
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>
t/t3901-8859-1.txt | [new file with mode: 0755] | blob |
t/t3901-i18n-patch.sh | [new file with mode: 0755] | blob |
t/t3901-utf8.txt | [new file with mode: 0755] | blob |