diff options
author | Nihad Abbasov <narkoz.2008@gmail.com> | 2011-11-14 17:42:12 +0400 |
---|---|---|
committer | Nihad Abbasov <narkoz.2008@gmail.com> | 2011-11-14 17:42:12 +0400 |
commit | 8d74123d61e83c29b5449773e1c471d2e2aa126f (patch) | |
tree | 6a9273fdad10175b7003c24333a69342660f4737 /lib/commit_ext.rb | |
parent | f476c42d00dbea1ddc0736bf991eeb36b9d5dd22 (diff) | |
parent | 762946995ea9d477f00fea19e5040bf4dd437cb9 (diff) | |
download | gitlab-ce-8d74123d61e83c29b5449773e1c471d2e2aa126f.tar.gz |
Merge branch 'master' into features/feeds
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..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, |