Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/git/diff.rb')
-rw-r--r--lib/gitlab/git/diff.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/gitlab/git/diff.rb b/lib/gitlab/git/diff.rb
index 88ad760bea3..74e93093ad2 100644
--- a/lib/gitlab/git/diff.rb
+++ b/lib/gitlab/git/diff.rb
@@ -16,9 +16,7 @@ module Gitlab
alias_method :renamed_file?, :renamed_file
attr_accessor :expanded
-
- # We need this accessor because of `to_hash` and `init_from_hash`
- attr_accessor :too_large
+ attr_writer :too_large
class << self
# The maximum size of a diff to display.
@@ -264,6 +262,7 @@ module Gitlab
@too_large
end
end
+ alias_method :too_large, :too_large?
def too_large!
@diff = ''