Repository -> Commits: see commits of all branches
Description
In the Repository -> Commits, only a single branch can be selected. It would be nice to see all commits of all branches in a single view.
Proposal
It could look similar to bitbucket: https://bitbucket.org/FelixK15/k15-engine-3d/commits/all. The graph on the left side would be nice, but even only the branch name on the right side would be sufficient. It could be just the output of git log --all
.
Similarly to what you see when you open the "Repository -> Graph" or when you run gitk --all
.
Maybe related to issue gitlab-ce#29487.
Use cases
To get an overview of recent commits in the whole project, one can look at Overview -> Activity, but commits there are grouped by pushes.