You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.