From: Brandon Casey Date: Thu, 28 May 2009 01:57:45 +0000 (-0500) Subject: t8005: fix typo, it's ISO-8859-5, not KOI8-R X-Git-Tag: v1.6.4-rc0~100^2^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ed43bc8c4c30199cfba5e6ce9f8037c8c454cf5c;p=git.git t8005: fix typo, it's ISO-8859-5, not KOI8-R Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano --- diff --git a/t/t8005-blame-i18n.sh b/t/t8005-blame-i18n.sh index 4460975c3..9cca14d08 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 " -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 " -m "$ISO8859_5_MSG" &&