git_commit_signing_cb

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

version(!GIT_DEPRECATE_HARD)
extern (C) nothrow @nogc public deprecated
alias git_commit_signing_cb = int function

Meta