libgit2

git_tag_message

Version:

Get the message of a tag

Signature

const char *git_tag_message(git_tag *tag);

Parameters

In
tag

a previously loaded tag.

Returns

const char *

message of the tag

Versions