git_tag_message

Get the message of a tag

extern (C) nothrow @nogc
const(char)*
git_tag_message

Parameters

tag const(libgit2_d.types.git_tag)*

a previously loaded tag.

Return Value

Type: const(char)*

message of the tag or null when unspecified

Meta