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.

@param commit a previously loaded commit. @return the body of a commit or null when no the message only consists of a summary

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

Meta