Add an option to remove "rebase" button in MR
We need an option to disable the "rebase" button from MR page.
The reason is that, in our configuration, pushing commits is restricted to "signed commits". Obviously, when rebasing from the MR page, the signatures gets lost, which enventually allows an unsigned commit to be merged (whereas only signed commits can be pushed).
Edited by Jérémie Chabod