]> git.proxmox.com Git - libgit2.git/commit
Introduce git_commit_extract_signature
authorCarlos Martín Nieto <cmn@dwim.me>
Mon, 8 Feb 2016 17:51:13 +0000 (18:51 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Tue, 9 Feb 2016 14:58:16 +0000 (15:58 +0100)
commita65afb757e2675eb8889a9ce1f8809434cdb3af7
tree560d6cf3ffb0eec439ad03afab83e6575e2e9326
parent0f9d15493d5d8ad4353dd7beed52c9567334f6e5
Introduce git_commit_extract_signature

This returns the GPG signature for a commit and its contents without the
signature block, allowing for the verification of the commit's
signature.
include/git2/commit.h
src/commit.c
tests/commit/parse.c