git_commit_message_raw

Get the full raw message of a commit.

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

Parameters

commit const(libgit2_d.types.git_commit)*

a previously loaded commit.

Return Value

Type: const(char)*

the raw message of a commit

Meta