libgit2

git_tag_tagger

Version:

Get the tagger (author) of a tag

Signature

const git_signature *git_tag_tagger(git_tag *t);

Parameters

In
t

Returns

reference to the tag's author

Versions