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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-10-17 23:38:46 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-10-17 23:39:16 +0300
commitc8ffd8b035f696799645ecc2aa990b02c5e39d75 (patch)
tree499216ab95f68a271d31dcef12c7f07a8a5f5bc9 /lib/gitlab/git
parent9bf59ceb691f6c3546f6b156f70767c1c4067233 (diff)
[ci skip] Fix documentation of Gitlab::Git::Diff#filter_diff_options flags
Diffstat (limited to 'lib/gitlab/git')
-rw-r--r--lib/gitlab/git/diff.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/git/diff.rb b/lib/gitlab/git/diff.rb
index 0d96211f4d4..b2e2d49dd0b 100644
--- a/lib/gitlab/git/diff.rb
+++ b/lib/gitlab/git/diff.rb
@@ -72,7 +72,7 @@ module Gitlab
# and `safe_max_bytes`
#
# :expanded ::
- # If true, patch raw data will not be included in the diff after
+ # If false, patch raw data will not be included in the diff after
# `max_files`, `max_lines` or any of the limits in `limits` are
# exceeded
def filter_diff_options(options, default_options = {})