]> git.proxmox.com Git - libgit2.git/commit
commit: add function to attach a signature to a commit
authorCarlos Martín Nieto <cmn@dwim.me>
Thu, 10 Mar 2016 09:53:20 +0000 (10:53 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Tue, 15 Mar 2016 11:55:03 +0000 (12:55 +0100)
commit02d61a3b66a6e5f5bc0154d780daaf5f7b71ccd9
tree1dadcb0464c89bf1863a83c826931f93c655e5da
parent2ba9a0ddacd315dafb54990ff2bfa204e6924016
commit: add function to attach a signature to a commit

In combination with the function which creates a commit into a buffer,
this allows us to more easily create signed commits.
include/git2/commit.h
src/commit.c
tests/commit/write.c