Better display of tags and branches in commit view
Problem to solve
The individual commit view (commit/<SHA>
) makes no distinction between branches/tags containing the commit and those whose tip is at the commit. The ...
collapsed list may also not be a discoverable way to display this information.
Proposal
- In the commit view (
commit/<SHA>
) addtags
row to the details section- Display tags the commit has been tagged with
- If the commit has not been tagged, display
No tags
- Show a collapsable list of tags that contain the commit
- In the commit view (
commit/<SHA>
) addbranches
row to the details section- Display branches that match the commit
- Show a collapsable list of branches that contain the commit
Desc | Mock |
---|---|
Default view | ![]() |
Expanded | ![]() |