git_commit_summary

Get the short "summary" of the git commit message.

The returned message is the summary of the commit, comprising the first paragraph of the message with whitespace trimmed and squashed.

@param commit a previously loaded commit. @return the summary of a commit or null on error

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

Meta