Skip to content

Port UserCherryPick to Go

Toon Claes requested to merge tc-user-cherry-pick-go into master

This implements the UserCherryPick command in Go. It uses gitaly-git2go to call func (*Repository) Cherrypick.

This feature is behind a feature flag and is disabled by default. The Ruby implementation is kept (for now) and is the default.

The feature flag roll-out issue: #3281 (closed)

Closes: #3071 (closed)

Edited by Toon Claes

Merge request reports