git_commit_body

Get the long "body" of the git commit message.

The returned message is the body of the commit, comprising everything but the first paragraph of the message. Leading and trailing whitespaces are trimmed.

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

Parameters

commit libgit2_d.types.git_commit*

a previously loaded commit.

Return Value

Type: const(char)*

the body of a commit or null when no the message only consists of a summary

Meta