Get the author of a commit, using the mailmap to map names and email addresses to canonical real names and email addresses.
Call git_signature_free to free the signature.
a pointer to store the resolved signature.
a previously loaded commit.
the mailmap to resolve with. (may be NULL)
0 or an error code
See Implementation
Get the author of a commit, using the mailmap to map names and email addresses to canonical real names and email addresses.
Call git_signature_free to free the signature.