Commit 2cc7155b authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'zj-bump-gitaly' into '11-11-stable-patch-1'

Stop two-step rebase from hanging when errors occur

See merge request gitlab-org/gitlab-ce!29060
parents 6953b13c c44d1775
......@@ -1056,7 +1056,7 @@ class Repository
end
def rebase(user, merge_request)
if Feature.disabled?(:two_step_rebase, default_enabled: false)
if Feature.disabled?(:two_step_rebase, default_enabled: true)
return rebase_deprecated(user, merge_request)
end
......
---
title: Disable two-step rebase which could cause rebases to hang
merge_request: 28778
author:
type: other
---
title: Stop two-step rebase from hanging when errors occur
merge_request: 29068
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment