Commit 9ab4408b authored by Douwe Maan's avatar Douwe Maan

Merge branch 'remove-pipe' into 'master'

Remove bogus '|' symbol

See merge request gitlab-org/gitlab-ce!18313
parents 0b422c47 0c357db3
......@@ -1470,7 +1470,7 @@ module Gitlab
return [] if empty? || safe_query.blank?
args = %W(ls-tree --full-tree -r #{ref || root_ref} --name-status | #{safe_query})
args = %W(ls-tree -r --name-status --full-tree #{ref || root_ref} -- #{safe_query})
run_git(args).first.lines.map(&:strip)
end
......
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