cherry-pick: Support cherry-pick multiple commits
Moved from https://gitlab.com/gitlab-org/gitaly/-/issues/5445+ **Problem** Currently, the GitLab page only supports cherry-picking one commit at a time. However, there are times when users might want to cherry-pick a range, similar to what `git cherry-pick A..B` does: it cherry-picks all the commits from A to B onto the current commit. This feature could be useful, and as far as I know, Gerrit may have a similar capability where you can specify an optional base commit. I haven't delved into the details, but I believe this should be something that GitLab can provide. **Mark Wood** I’m not sure this is a Gitaly issue. I believe this may be more in line with ~"group::source code" since Git provides this functionality, but our UX does not allow for that.
issue