pygit2
pygit2 copied to clipboard
Expose git_commit_amend
trafficstars
I was looking at adding support for git_commit_amend, but it's unclear if I should add it to src/commit.c, which looks like it's all "getters" via native extension or via FFI.
yes, src/commit.c is the right place
@dsully Are you still working on this?
I'd like to, but haven't had time.