Added Commit.ExtractSignature to wrap git_commit_extract_signature #389
Loading…
Reference in New Issue
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As in the subject. The method ExtractSignature wraps git_commit_extract_signature. This is useful in gpg-signed commits, to retrieve the stuff which has been signed and the corresponding signature. This fixes #388
Thanks.