pygit2
pygit2 copied to clipboard
Get tag types
I was trying to do the equivalent of git for-each-ref refs/tags and get which tags are lightweight and which ones are annotated. The closest that I could find was repo.references.iterator(ReferenceFilter.TAGS), but all had the same type.