libgit2 / pygit2

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

How to amend a git commit with GPG signature? #1277

Open evan0greenup opened 4 months ago

evan0greenup commented 4 months ago

There is amend_commit for Repository class. But it is not signed. How to amend a commit with GPG signature?