Skip to content

Handle `git blame` for files encoded in different formats

Stan Hu requested to merge stanhu/gitlab_git:fix-iso8859-blame into master

Convert all text to UTF-8.

Fixes bug where files encoded in ISO-8559 and other formats caused an exception.

Closes https://github.com/gitlabhq/gitlabhq/issues/9577

Merge request reports