[go: up one dir, main page]

Skip to content

cherry-pick: Support cherry-pick multiple commits

Moved from cherry-pick: Support cherry-pick multiple commits (gitaly#5445 - closed)

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 groupsource code since Git provides this functionality, but our UX does not allow for that.