Skip to content

Make Gitlab::Git::Repository#run_git private

Jacob Vosmaer requested to merge contrain-run-git into master

What does this MR do?

Makes Gitlab::Git::Repository#run_git a private method.

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

Why was this MR needed?

Limit where we can shell out to git. Eventually only Gitaly can do that.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Jacob Vosmaer

Merge request reports