Provide a commit signature during commit creation.
Callers should instead define a git_commit_create_cb that generates a commit buffer using git_commit_create_buffer, sign that buffer and call git_commit_create_with_signature.
@deprecated use a git_commit_create_cb instead
See Implementation
Provide a commit signature during commit creation.
Callers should instead define a git_commit_create_cb that generates a commit buffer using git_commit_create_buffer, sign that buffer and call git_commit_create_with_signature.
@deprecated use a git_commit_create_cb instead