libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.61k stars 385 forks source link

Add references iterator #1191

Closed sbhuller98 closed 1 year ago

sbhuller98 commented 1 year ago

This creates the ability to use a references iterator. You can also filter the type of reference you want without first having to load it into memory.

jdavid commented 1 year ago

Thanks for your contribution!