libgit2 / objective-git

Objective-C bindings to libgit2
MIT License
1.16k stars 280 forks source link

Support for GPG commit signing #687

Open mssun opened 5 years ago

mssun commented 5 years ago

Any plan on GPG commit signing? I found that this feature has been supported in nodegit and libgit2sharp libraries.

tiennou commented 5 years ago

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.