Commit ac620363 authored by Valery Sizov's avatar Valery Sizov

fixed bug #316

parent 8d7aaf0e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment