From ac62036320eb786b1abdb2ad4ceb66dee1cdd309 Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Wed, 4 Jan 2012 01:21:30 +0200 Subject: fixed bug #316 --- lib/graph_commit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/graph_commit.rb b/lib/graph_commit.rb index 54550d99cf6..ef5e91c6870 100644 --- a/lib/graph_commit.rb +++ b/lib/graph_commit.rb @@ -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 -- cgit v1.2.1