Skip to content

Remove Gitlab::Popen dependency from lib/gitlab/git

Jacob Vosmaer requested to merge lib-gitlab-git-version-popen into master

What does this MR do?

Removes an unnecessary dependency of Gitlab::Git on Gitlab::Popen. This matters because lib/gitlab/git is vendored into gitaly-ruby; this change avoids having to vendor unnecessary files into gitaly-ruby.

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

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports