From ac62036320eb786b1abdb2ad4ceb66dee1cdd309 Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Wed, 4 Jan 2012 01:21:30 +0200 Subject: [PATCH] fixed bug #316 --- lib/graph_commit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graph_commit.rb b/lib/graph_commit.rb index 54550d9..ef5e91c 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 -- libgit2 0.21.2