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
See Implementation
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