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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-28 15:10:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-28 15:10:37 +0300
commitf0c0458b3c73fb72de899ae4d6e9b2d47872decd (patch)
treeb70a2c339a0c6c5d37103b014acaf7b0fadc7591 /lib/extracts_ref.rb
parentc4b69460e8dd4921eb20fa78b47ceff294d725dc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/extracts_ref.rb')
-rw-r--r--lib/extracts_ref.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/extracts_ref.rb b/lib/extracts_ref.rb
index 5ef2d888550..adbe93cfa3a 100644
--- a/lib/extracts_ref.rb
+++ b/lib/extracts_ref.rb
@@ -111,7 +111,6 @@ module ExtractsRef
end
def use_first_path_segment?(ref)
- return false unless ::Feature.enabled?(:extracts_path_optimization)
return false unless repository_container
return false if repository_container.repository.has_ambiguous_refs?