The different merge strategies should be available to pick for each merge request
The different merge strategies should be available to pick for each merge request, instead of just one global setting that applies to all merge requests.
This is how GitHub does it:
It gives more flexibility. For example a team may want to use rebase fast-forward only for simple one commit bug fix, but use normal merge for merging in a feature branch.
