gitweb: parse_commit_text encoding fix
commit5ed5bbc7e1c3a0144db42d6ec4689e01b2f37516
authorZoltán Füzesi <zfuzesi@eaglet.hu>
Sun, 2 Aug 2009 07:42:24 +0000 (2 09:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2009 19:37:13 +0000 (5 12:37 -0700)
tree04e913a0cf781bbed1c30acdd7d8620a4379f496
parent0a53e9ddeaddad63ad106860237bbf53411d11a7
gitweb: parse_commit_text encoding fix

Call to_utf8 when parsing author and committer names, otherwise they will appear
with bad encoding if they written by using chop_and_escape_str.

Signed-off-by: Zoltán Füzesi <zfuzesi@eaglet.hu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl