Better display of tags in commits view
Problem to solve
Identifying tagged commits is important to locate important events in a project. It is currently not possible to see tags in the commits list, causing extra work to identify which tag is connected to a particular tag.
Further details
Current | Proposed |
---|---|
![]() |
![]() |
Proposal
Show tags that match each commit in the commits view (commits/<branch>
)
Use cases
Any repository with many branches (like one per developer) and tags (like one per daily build).