libgit2 / pygit2

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

Add Repository.state #1204

Closed jorio closed 1 year ago

jorio commented 1 year ago

It's already possible to clear the state of the repository (state_cleanup()), but there was no way to retrieve that state (cherrypicking, merging, etc.).

jdavid commented 1 year ago

I've merged before you rebased. Thanks for another contribution!