Show rebase pre-receive error to user
If a project has a push rule configured, a rebase may fail quietly with the message, "Rebase failed. Please rebase locally. Please try again." The user has no idea why this rebase failed. Since pre-receive messages are sanitized to show only text that starts with "GitLab:", we can safely display these to the user in `RebaseService`, just as we do in `MergeService`. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/213608
Showing
Please register or sign in to comment