提交 ed43bc8c 编写于 作者: B Brandon Casey 提交者: Junio C Hamano

t8005: fix typo, it's ISO-8859-5, not KOI8-R

Signed-off-by: NBrandon Casey <drafnel@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 bb43414b
......@@ -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" &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册