mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
fixed bug #316
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ class GraphCommit
|
||||
h[:refs] = refs.collect{|r|r.name}.join(" ") unless refs.nil?
|
||||
h[:id] = sha
|
||||
h[:date] = date
|
||||
h[:message] = message
|
||||
h[:message] = message.force_encoding("UTF-8")
|
||||
h[:login] = author.email
|
||||
h
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user