summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-04 22:13:32 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-04 22:13:32 +0200
commit14d0ef8f37b68c0911edfb197581bb7e818b1e50 (patch)
tree33e3614f694463d3069bce958bd095464558b2e5 /app/models/commit.rb
parentef5b36eaaf92db19ae90cc599c3f64b865bdc4d5 (diff)
downloadgitlab-ce-14d0ef8f37b68c0911edfb197581bb7e818b1e50.tar.gz
Show images preview in notes. Show line additions/deletions for commit
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r--app/models/commit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb
index 32d942a9e47..a1d89600126 100644
--- a/app/models/commit.rb
+++ b/app/models/commit.rb
@@ -11,7 +11,7 @@ class Commit
attr_accessor :commit, :head, :refs
delegate :message, :authored_date, :committed_date, :parents, :sha,
- :date, :committer, :author, :diffs, :tree, :id,
+ :date, :committer, :author, :diffs, :tree, :id, :stats,
:to_patch, to: :commit
class << self