libgit2 / pygit2

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

Add `str()` and `repr()` support to `Signature` type #1135

Closed dahlia closed 2 years ago

dahlia commented 2 years ago

For better logging and easier debugging, this patch adds str() and repr() support to Signature type.