diff options
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r-- | app/models/commit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb index 0d45c645014..281e3f036e2 100644 --- a/app/models/commit.rb +++ b/app/models/commit.rb @@ -42,7 +42,7 @@ class Commit end def author_name - author.name + author.name.force_encoding("UTF-8") end def committer_name |