Highlight/mark tags and branches in commit view #9147

Closed
opened 2025-11-02 08:30:46 -06:00 by GiteaMirror · 6 comments
Owner

Originally created by @warped-rudi on GitHub (Jun 28, 2022).

Feature Description

When showing the list of commits, it would be nice to have a sign/mark indicating when a given commit matches a tag or branch. I have not seen this in any git GUI, however newer command line version do this.

Screenshots

view-tags

Originally created by @warped-rudi on GitHub (Jun 28, 2022). ### Feature Description When showing the list of commits, it would be nice to have a sign/mark indicating when a given commit matches a tag or branch. I have not seen this in any git GUI, however newer command line version do this. ### Screenshots ![view-tags](https://user-images.githubusercontent.com/912371/176182994-427bba0b-638d-47e2-b931-5dc9f09456d2.PNG)
GiteaMirror added the type/featuretype/proposal labels 2025-11-02 08:30:46 -06:00
Author
Owner

@warped-rudi commented on GitHub (Apr 13, 2023):

Update: Recent versions of GitLab show this information in the GUI as well.

gitlab

@warped-rudi commented on GitHub (Apr 13, 2023): Update: Recent versions of GitLab show this information in the GUI as well. ![gitlab](https://user-images.githubusercontent.com/912371/231710313-4951ebc2-8b5e-452d-ab5f-3b0f724f76a6.PNG)
Author
Owner

@lunny commented on GitHub (Apr 23, 2023):

Since Gitea commits has a different UI, I couldn't find a suitable place to put the tag name in #24283

@lunny commented on GitHub (Apr 23, 2023): Since Gitea commits has a different UI, I couldn't find a suitable place to put the tag name in #24283
Author
Owner

@KazzmanK commented on GitHub (May 3, 2024):

Just a reminder for nice feature

@KazzmanK commented on GitHub (May 3, 2024): Just a reminder for nice feature
Author
Owner

@lunny commented on GitHub (May 3, 2024):

I think since now all tags have been stored in database release table. It can be query and store to cache and display in the UI.

@lunny commented on GitHub (May 3, 2024): I think since now all tags have been stored in database `release` table. It can be query and store to cache and display in the UI.
Author
Owner

@gridsystem commented on GitHub (Jun 21, 2024):

+1 for this

Also when clicking on a commit that has been tagged it doesn't show the tag, so when you're browsing that area of the UI you don't have awareness of any tags at all

@gridsystem commented on GitHub (Jun 21, 2024): +1 for this Also when clicking on a commit that has been tagged it doesn't show the tag, so when you're browsing that area of the UI you don't have awareness of any tags at all
Author
Owner

@lunny commented on GitHub (Aug 19, 2024):

Duplicated of #10036 and should be fixed by #31082

@lunny commented on GitHub (Aug 19, 2024): Duplicated of #10036 and should be fixed by #31082
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#9147