Commit ddab32b4 authored by Tiago Botelho's avatar Tiago Botelho

Fix lib/gitlab/path_regex.rb conflict

parent 4168774e
...@@ -183,13 +183,10 @@ module Gitlab ...@@ -183,13 +183,10 @@ module Gitlab
def full_project_git_path_regex def full_project_git_path_regex
@full_project_git_path_regex ||= %r{\A\/?(?<namespace_path>#{full_namespace_route_regex})\/(?<project_path>#{project_route_regex})\.git\z} @full_project_git_path_regex ||= %r{\A\/?(?<namespace_path>#{full_namespace_route_regex})\/(?<project_path>#{project_route_regex})\.git\z}
<<<<<<< HEAD
end end
def full_namespace_format_regex def full_namespace_format_regex
@namespace_format_regex ||= /A#{FULL_NAMESPACE_FORMAT_REGEX}\z/.freeze @namespace_format_regex ||= /A#{FULL_NAMESPACE_FORMAT_REGEX}\z/.freeze
=======
>>>>>>> upstream/master
end end
def namespace_format_regex def namespace_format_regex
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment