-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[Feature] Git tag support in commits history #10036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions. |
This feature is very useful. |
That's one of the little things that make the overall experience better. |
@bendem yeah! |
Which place should we put the tags? Consider the most bad thing, one commit has been tagged as four tags. |
Inside the Message table cell but aligned to right and overlying the message. See screenshot below.
Just displaying the number of tags greater than 1 for a particular commit. Here an example how is handled on Bitbucket server. When mouse is over the "5 tags" label, a tooltip shows the 5 tags names concatenated by a separator. For Bitbucket, group of tags are not clickable, whereas for one tag per commit is possible to click on. But Gitea can take a different aproach, for example it can make clickable both kind of labels. I hope this can help. |
This feature would be really useful, I'm missing that a lot with Gitea. In other Git front ends that seems to be a standard feature, just like tags are also displayed together with the commit in standard Any chance this feature could be considered for a future release? |
This feature would truly enhance the experience. When using Bitbucket, a quick glance at commit history allows me to see where/when exactly has previous versions of my product been released. I'd love to have that option in Gitea too. |
Description
It would great if Gitea can support git tags as well in commits history.
Screenshots
Current Gitea commits history:

[1] Here a visual example of Bitbucket Server commits history, note the tag aside.
The text was updated successfully, but these errors were encountered: