diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-02-18 14:12:48 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-02-18 14:12:48 +0200 |
commit | 94db8a1c334b9ff5a0c28c89cb87ffa882095261 (patch) | |
tree | 19f347316d41d9e259e37ff06139f9d575b3f4b5 /app/models/commit.rb | |
parent | 9a24ccdea1dd4dc82ac7f24c1fa1706a20949898 (diff) | |
download | gitlab-ce-94db8a1c334b9ff5a0c28c89cb87ffa882095261.tar.gz |
Usability & design improvements
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 |