]> git.proxmox.com Git - libgit2.git/commit
commit: allow retrieving an arbitrary header field
authorCarlos Martín Nieto <cmn@dwim.me>
Mon, 22 Jun 2015 13:32:29 +0000 (15:32 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Mon, 22 Jun 2015 13:56:31 +0000 (15:56 +0200)
commita3f42fe8e4cdae8c85ba5d7d7b4c9fd1247d5227
tree123f33cbc69abe842fe66f1d1eea448a9127575d
parente96a97f18e8f961c434e4fa4fc2c7d950480b9e9
commit: allow retrieving an arbitrary header field

This allows the user to look up fields which we don't parse in libgit2,
and allows them to access gpgsig or mergetag fields if they wish to
check the signature.
CHANGELOG.md
include/git2/commit.h
src/commit.c
tests/commit/parse.c