]> git.proxmox.com Git - libgit2.git/commit - src/signature.c
Introduce `git_signature_from_buffer`
authorEdward Thomson <ethomson@github.com>
Thu, 28 Apr 2016 16:47:14 +0000 (12:47 -0400)
committerEdward Thomson <ethomson@github.com>
Thu, 28 Apr 2016 16:47:14 +0000 (12:47 -0400)
commitd383c39b3bc9a2bd5e68882db9a12e64ccd262a4
tree33f21286bf1148c10cbdde2b289e5e5bbc421885
parent88284dfb7905c5990babb4238b7cd30bdf823500
Introduce `git_signature_from_buffer`

Allow users to construct a signature from the type of signature
lines that actually appear in commits.
include/git2/signature.h
src/signature.c
tests/commit/signature.c