Skip to content

Resolve "lib/gitlab/git/gitlab_projects.rb does not respect Gitlab.config.git.bin_path"

Nick Thomas requested to merge (removed):44161-use-configured-git into master

What does this MR do?

Respects a configuration setting in imported gitlab-shell code

Are there points in the code the reviewer needs to double check?

This code ends up being executed in a gitaly-ruby context too. I think Gitlab.config.git.bin_path is fine there - it gets used in other places in lib/gitlab/git - but we should double-check.

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #44161 (closed)

Merge request reports