Skip to content
Snippets Groups Projects
Commit 9ab4408b authored by Douwe Maan's avatar Douwe Maan
Browse files

Merge branch 'remove-pipe' into 'master'

Remove bogus '|' symbol

See merge request gitlab-org/gitlab-ce!18313
parents 0b422c47 0c357db3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment