4
votes

I have a merge request and a source branch is already bound to it. Now I pushed another branch and want to change the merge request to be point to the new branch. Is that possible with gitlab-ce? If yes, how?

In essence, I want to use "Fast-forward merge" as merge method without being forced to force-push to the source branch.

1
Why do you want (need?) to use the same Merge request? Can't you drop the old one and create a new one with the branch you want?Romain Valeri
Because then, I loose the discussion, and have to copy-paste the descriptions etc.helt
Fair enough, non-technical but valid reason.Romain Valeri

1 Answers

8
votes

No, regarding https://gitlab.com/gitlab-org/gitlab-foss/-/issues/47020 this is unfortunately not possible. The statement is from last year, but it seems that there were no changes in supporting this for now.

To not loose the discussion completely, you can link the old MR in the new MR. With that you at least have some indirect relation to the discussion.