objective-git icon indicating copy to clipboard operation
objective-git copied to clipboard

Support for GPG commit signing

Open mssun opened this issue 6 years ago • 1 comments

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

mssun avatar Mar 23 '19 07:03 mssun

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.

tiennou avatar Mar 24 '19 08:03 tiennou