show tags in commit history #58544
Replies: 25 comments 1 reply
|
I'm astonished this isn't just the default?!?!?! What am I missing??? Why, when you are looking at the commit history, would you NOT want to see the tagged commits. This is one case where Azure DevOps is better than GitHub |
|
I had to write my own CLI tool for this because GitHub doesn't provide this very basic, obvious, and essential view on history. I don't get it. |
|
This is so funny 🤣 🤣 🤣 The Github Desktop app has this feature but not the web Github commit history 🤣 🤣 🤣 COME ON GUYS! @github
|
|
The fact that even the broken BitBucket supports this and Github doesn't is beyond imagination. That should a relatively easy to add feature. |
|
Adding my support to this very basic need. |
|
+1, this would be pretty useful |
|
IMHO this is expected functionality, and it's a shame it's not included in "enterprise" grade software. Personally I don't even need links or annotations, but the commit history page should not be missing default functionality from a standard "git log" call... That is to say; at the very least I expect the plaintext git tag names associated with each ref. |
|
This is also a feature in ADO, already. Though, don't take that as an endorsement of it... |
|
+1, please add this feature! |
|
We recently migrated hundreds of repos from discontinued Bitbucket server and this is really something I miss badly in GitHub! |
|
Gitlab 1 - 0 Github |
|
Same her. Migrated form BB to GH and realy bad experience not to see tags next to commits |
|
Bumping -- will this be a thing? |
|
Please add this |
|
please add! |
|
If you wish to show your interest in a feature, please upvote the post itself. AFAIK that's the metric GH team goes by, and writing "+1" comments just spams all the people who want to be notified about news on this topic 😉 Thank you for your interest! |
|
Adding tag visibility to the Commit History view would be a very useful improvement — especially for developers managing releases or maintaining multiple versions of a project. Tags are often used as lightweight release markers, so surfacing them directly in the commit list would make navigating a repo’s history much easier and more informative.
|
|
I have to switch back and forth between the commits view and the tags view to see which semver tag corresponds to which commit. Very poor UX. What an embarrassment to lack such a basic and obvious feature which is part of the standard |
|
I'll just bump this one, as another year has passed... Now, where's that tumbleweed emoji? |
|
PLEASE ADD !!! THIS IS STILL RELEVANT |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
Missing this feature from ADO. |
|
Gitea can do this. |



Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Body
Request
In the Commit History page, I would like to see which commits are tagged, what is the name of the tag (and if it's an annotated tag, show the message when mouse hovers over the tag name)
For example, in this view, I would like to see that the top-most commit is tagged as v1.0.1:
https://github.com/github/docs/commits/a2f178351afc3ad570c5089a9deec80bc9e5f0e7
I can clearly see that tag relation if I open the commit itself, but want to see it in the history as well so I can easily see which commits were included in v1.0.0 and which commits are part of v1.0.1
See also:
All reactions