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:
authorDouwe Maan <douwe@gitlab.com>2017-10-12 18:37:14 +0300
committerDouwe Maan <douwe@gitlab.com>2017-10-12 18:37:14 +0300
commit05f46b820ee607715a9c23beabd98553d64556e0 (patch)
tree8b7be78ac1e00210b2b8096d23c525ecf6a1cf1a /lib/gitlab/git/repository.rb
parentaf3c98bb93ede723f305477122bfdce927066307 (diff)
parenta24abf39bf78226baaad03fe45caf416dbfc9b74 (diff)
Merge branch 'fix/rugged-alternate-paths' into 'master'
Fix the format of rugged alternate directory list Closes #39046 See merge request gitlab-org/gitlab-ce!14840
Diffstat (limited to 'lib/gitlab/git/repository.rb')
-rw-r--r--lib/gitlab/git/repository.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/git/repository.rb b/lib/gitlab/git/repository.rb
index 5b9c42ef586..a6b2d189f18 100644
--- a/lib/gitlab/git/repository.rb
+++ b/lib/gitlab/git/repository.rb
@@ -1236,6 +1236,7 @@ module Gitlab
relative_paths.map { |d| File.join(path, d) }
else
Gitlab::Git::Env.all.values_at(*ALLOWED_OBJECT_DIRECTORIES_VARIABLES)
+ .flatten
.compact
.flat_map { |d| d.split(File::PATH_SEPARATOR) }
end