From 4dd5d9c8cce5c596a159277c464026cf0f50f1c4 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 12 Nov 2011 15:18:56 +0200 Subject: =?UTF-8?q?Issue=20#185=20=E2=80=93=20Show=20branch=20name=20for?= =?UTF-8?q?=20commits=20on=20activities=20&=20dashboard=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/commit_ext.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/commit_ext.rb') diff --git a/lib/commit_ext.rb b/lib/commit_ext.rb index db6503557ae..2850a239544 100644 --- a/lib/commit_ext.rb +++ b/lib/commit_ext.rb @@ -1,4 +1,6 @@ module CommitExt + attr_accessor :head + def safe_message message.encode("UTF-8", :invalid => :replace, -- cgit v1.2.1 From 6b66a766d1e534dbfb5735828d9f6d770732a19b Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Sun, 13 Nov 2011 00:30:51 +0200 Subject: Graph: build json --- lib/commit_ext.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/commit_ext.rb') diff --git a/lib/commit_ext.rb b/lib/commit_ext.rb index db6503557ae..6606ee46b49 100644 --- a/lib/commit_ext.rb +++ b/lib/commit_ext.rb @@ -1,4 +1,7 @@ module CommitExt + + attr_accessor :refs + def safe_message message.encode("UTF-8", :invalid => :replace, -- cgit v1.2.1