Skip to content

Commit

Permalink
Merge branch 'ab/gitweb-author-initials'
Browse files Browse the repository at this point in the history
* ab/gitweb-author-initials:
  gitweb: Fix the author initials in blame for non-ASCII names
  • Loading branch information
Junio C Hamano committed Sep 17, 2013
2 parents 5ff9f23 + fd87004 commit e8717b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitweb/gitweb.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit e8717b6

Please sign in to comment.