objective-git
objective-git copied to clipboard
Support for GPG commit signing
Any plan on GPG commit signing? I found that this feature has been supported in nodegit and libgit2sharp libraries.
- https://github.com/nodegit/nodegit/pull/1448
- https://github.com/libgit2/libgit2sharp/pull/1304
Not really planning to do so. I don't think it would be that complicated though, but libgit2 provides only git_commit_create_with_signature (and its companion git_commit_create_from_buffer), so the signing part is up to "your" application.