Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ab/gitweb-author-initials'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 17 Sep 2013 18:42:27 +0000
(11:42 -0700)
committer
Junio 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
patch
|
blob
|
history
raw
(from parent 1:
5ff9f23
)
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index b5d156f7d048bbe869b3bc6775c981f82685ca89..68c77f6f8ffd120f0011eb07accdc2849afca834 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-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') {