mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
a731ec5eb8
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>
4 lines
153 B
Text
Executable file
4 lines
153 B
Text
Executable file
: 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
|