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

Does not show tagged commits outside of any branch #44

Open andry81 opened 1 year ago

andry81 commented 1 year ago

Describe the bug Tagged commits outside of any branch is not shown in the graph.

To Reproduce https://github.com/andry81/tacklebar

Expected behavior Show tagged commits.

Screenshots Screenshot from GitExtensions: tagged-commits-graph

Version information:

I use tagged commits outside of any branch to freeze externals revisions in the file .externals for the vcstool. This is a convenient way to not touch any branch to freeze revisions. And no need to rewrite a branch to fix an external revision.