diff options
author | Valery Sizov <vsv2711@gmail.com> | 2011-11-13 00:30:51 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2011-11-13 00:30:51 +0200 |
commit | 6b66a766d1e534dbfb5735828d9f6d770732a19b (patch) | |
tree | e0b2afd9fda0b013a5cef309088e1f7ecd4fa051 /lib/commit_ext.rb | |
parent | ef088725341b2f202b7d33561d12efdf91b7f354 (diff) | |
download | gitlab-ce-6b66a766d1e534dbfb5735828d9f6d770732a19b.tar.gz |
Graph: build json
Diffstat (limited to 'lib/commit_ext.rb')
-rw-r--r-- | lib/commit_ext.rb | 3 |
1 files changed, 3 insertions, 0 deletions
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, |