mlange-42 / git-graph

Command line tool to show clear git graphs arranged for your branching model
MIT License
542 stars 21 forks source link

Skip tags where `repository.find_tag(oid)` fails #31

Closed mlange-42 closed 3 years ago

mlange-42 commented 3 years ago

Skip tags where repository.find_tag(oid) fails:

repository.tag_foreach(...) lists some refs that are not actially tags.