fixed bug #316
This commit is contained in:
parent
8d7aaf0e55
commit
ac62036320
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue