libgit2

git_commit_message_raw

Version:

Get the full raw message of a commit.

Signature

const char *git_commit_message_raw(const git_commit *commit);

Parameters

In
commit

a previously loaded commit.

Returns

const char *

the raw message of a commit

Versions