projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb43414
)
t8005: fix typo, it's ISO-8859-5, not KOI8-R
author
Brandon Casey
<drafnel@gmail.com>
Thu, 28 May 2009 01:57:45 +0000
(20:57 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 28 May 2009 03:24:55 +0000
(20:24 -0700)
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t8005-blame-i18n.sh
patch
|
blob
|
history
diff --git
a/t/t8005-blame-i18n.sh
b/t/t8005-blame-i18n.sh
index 4460975c300f0e8cd2dd030b551136043b934a6e..9cca14d080e63d25f5d71179deaced8b226bba07 100755
(executable)
--- a/
t/t8005-blame-i18n.sh
+++ b/
t/t8005-blame-i18n.sh
@@
-13,7
+13,7
@@
test_expect_success 'setup the repository' '
git add file &&
git commit --author "$UTF8_NAME <utf8@localhost>" -m "$UTF8_MSG" &&
- echo "
KOI8-R
LINE" >> file &&
+ echo "
ISO-8859-5
LINE" >> file &&
git add file &&
git config i18n.commitencoding ISO8859-5 &&
git commit --author "$ISO8859_5_NAME <iso8859-5@localhost>" -m "$ISO8859_5_MSG" &&