Merge branch 'ab/gitweb-author-initials'
* ab/gitweb-author-initials: gitweb: Fix the author initials in blame for non-ASCII names
This commit is contained in:
commit
e8717b67fe
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user