Merge requests should not show commits of master branch after rebase
Created by: forki
- Create a feature branch from master
- Create a Merge Request from feature branch into master
- Wait some time (master moves forward)
- Rebase your feature branch on master
- Force push
In the discussion page you now have references to all commits of the master branch that came with the rebase:
It would be nice if you would exclude this information (like github does) and just show the commits that are really on the feature branch and not on master.