Skip to content

Force update refs/merge-requests/X/head upon a push to the source branch of a merge request

Stan Hu requested to merge stanhu/gitlab-ce:fix-issue-3138 into master

If a user rebases and does a force push, GitLab would not update the refs/merge-requests/X/head link. Using the -f flag forces this to happen.

Closes #3138 (closed)

Merge request reports