Commits overview per branch broken
Created by: zagrad
Summary: When I go to the "Commits" tab in a repository and then select a branch in the dropdown, I expect to see the commits and that branch. No more, no less. I do see all commits untill the end of the branch though, also of completely different, non-related branches.
Steps to reproduce: Click the commits tab. Select a branch that has not yet been merged to the master.
Expected behavior: I expect to see a distinct difference between commits that have been done explicetly on the selected branch.
Observed behavior: Currently if some commits have been done to the branch and also some merge-commits, the commits of the merged branch are being displayed between the commits on the current branch.
Output of checks:
- Version of gitlab: 5.3.0
- Last commit: e1c473c1
Possible fixes: Colourcode the commits of the branch itself or add an optional checkbox to hide the commits of merged branches.