]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/gitweb-author-initials'
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Sep 2013 18:42:27 +0000 (11:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Sep 2013 18:42:27 +0000 (11:42 -0700)
* ab/gitweb-author-initials:
  gitweb: Fix the author initials in blame for non-ASCII names

gitweb/gitweb.perl

index b5d156f7d048bbe869b3bc6775c981f82685ca89..68c77f6f8ffd120f0011eb07accdc2849afca834 100755 (executable)
@@ -6631,6 +6631,7 @@ sub git_blame_common {
                        $hash_base, '--', $file_name
                        or die_error(500, "Open git-blame --porcelain failed");
        }
+       binmode $fd, ':utf8';
 
        # incremental blame data returns early
        if ($format eq 'data') {