git_commit_message

Get the full message of a commit.

The returned message will be slightly prettified by removing any potential leading newlines.

@param commit a previously loaded commit. @return the message of a commit

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

Meta