libgit2 / pygit2

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

Return Python enums from Object.filemode and Reference.type #1273

Closed jorio closed 5 months ago

jorio commented 5 months ago

I missed those two properties in #1263.

ReferenceType was also updated to keep the names in sync with libgit2's enum deprecation (OID became DIRECT, LISTALL became ALL).