From: Jakub Narebski Date: Sun, 27 Feb 2011 16:58:32 +0000 (+0100) Subject: gitweb: Make i18n (encoding) tests in t9500 leave clean state X-Git-Tag: v1.7.5-rc0~123 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e5ea66f9e545588c92cf228cca16f0b52d467bb5?hp=e5ea66f9e545588c92cf228cca16f0b52d467bb5 gitweb: Make i18n (encoding) tests in t9500 leave clean state The most important issue is that after unsetting `i18n.commitencoding' config variable t9500 no longer will use author and comitter name containing ISO-8859-1 characters, which are invalid UTF-8 characters. Besides it is good practice in general to clean up the state in tests. Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano ---