From: Brandon Casey <drafnel@xxxxxxxxx> Signed-off-by: Brandon Casey <drafnel@xxxxxxxxx> --- A little leftover typo. I originally tried out KOI8-R since it seemed to be more popular according to wikipedia, but then settled on ISO-8859-5 since Solaris supported it. This patch is on top of bc/old-iconv in next bb43414b. -brandon t/t8005-blame-i18n.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t8005-blame-i18n.sh b/t/t8005-blame-i18n.sh index 4460975..9cca14d 100755 --- 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" && -- 1.6.3.1.24.g152f4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html