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