summaryrefslogtreecommitdiff
path: root/lib/commit_ext.rb
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2011-11-14 17:42:12 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2011-11-14 17:42:12 +0400
commit8d74123d61e83c29b5449773e1c471d2e2aa126f (patch)
tree6a9273fdad10175b7003c24333a69342660f4737 /lib/commit_ext.rb
parentf476c42d00dbea1ddc0736bf991eeb36b9d5dd22 (diff)
parent762946995ea9d477f00fea19e5040bf4dd437cb9 (diff)
downloadgitlab-ce-8d74123d61e83c29b5449773e1c471d2e2aa126f.tar.gz
Merge branch 'master' into features/feeds
Diffstat (limited to 'lib/commit_ext.rb')
-rw-r--r--lib/commit_ext.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/commit_ext.rb b/lib/commit_ext.rb
index db6503557ae..91a4c059b02 100644
--- a/lib/commit_ext.rb
+++ b/lib/commit_ext.rb
@@ -1,4 +1,7 @@
module CommitExt
+ attr_accessor :head
+ attr_accessor :refs
+
def safe_message
message.encode("UTF-8",
:invalid => :replace,