git_tag_tagger

Get the tagger (author) of a tag

extern (C) nothrow @nogc
git_tag_tagger

Parameters

tag const(libgit2_d.types.git_tag)*

a previously loaded tag.

Return Value

Type: const(libgit2_d.types.git_signature)*

reference to the tag's author or null when unspecified

Meta