icyphox / legit

web frontend for git
https://git.icyphox.sh
MIT License
376 stars 25 forks source link

Show lightweight tags #42

Open gabrielgio opened 1 month ago

gabrielgio commented 1 month ago

The "TagObjects" function only returns annotated tags (the ones created with "-a"). Git interpretes lightweight and annotated tags^1 differently, so we need to query all reference and check which one have a tag object attached.