NirmalScaria / le-git-graph

Browser extension to add git graph to GitHub website.
https://chrome.google.com/webstore/detail/le-git-graph-commits-grap/joggkdfebigddmaagckekihhfncdobff
MIT License
3.13k stars 16 forks source link

Show tags near commits #49

Open masics opened 11 months ago

masics commented 11 months ago

Is your feature request related to a problem? Please describe. When looking at the graph, it is beneficial to see tags near commits. It will provide closer look as "git log --graph"

Describe the solution you'd like To see tags along with commits. Only show tags attached to the commit. Not how github interprets them. The behavior should mimic "git log --graph"

Describe alternatives you've considered git log --graph

Additional context Add any other context or screenshots about the feature request here.