This commit is contained in:
Valery Sizov 2012-01-04 01:21:30 +02:00
parent 8d7aaf0e55
commit ac62036320

View file

@ -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