Skip to content

Prepare cherry-pick and revert for migration to Gitaly

Jacob Vosmaer (GitLab) requested to merge gitaly-prepare-cherry-pick-revert into master

What does this MR do?

Move those parts of Repository#cherry_pick and Repository#revert that touch Git into Gitlab::Git.

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

Why was this MR needed?

All code that touches Git must move to Gitaly. We are doing this via Gitlab::Git.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Jacob Vosmaer (GitLab)

Merge request reports