mirror of
https://github.com/git/git.git
synced 2024-11-11 12:19:40 +01:00
t8005: fix typo, it's ISO-8859-5, not KOI8-R
Signed-off-by: Brandon Casey <drafnel@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
bb43414b37
commit
ed43bc8c4c
@ -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" &&
|
||||
|
Loading…
Reference in New Issue
Block a user