libgit2

git_tag_tagger

Version:

Get the tagger (author) of a tag

Signature

const git_signature *git_tag_tagger(git_tag *tag);

Parameters

In
tag

a previously loaded tag.

Returns

reference to the tag's author

Versions