Add method to fetch raw commit message #345

Merged
kdambekalns merged 1 commits from commit-message-raw into next 2016-10-03 04:54:48 -05:00

1 Commits

Author SHA1 Message Date
Karsten Dambekalns d2b8c99ba7 Add method to fetch raw commit message
The existing `Commit.Message()` returns the trimmed commit message. In some cases
it is important to retrieve the exact commit message, even if it contains surrounding
newlines.

This adds a new `Commit.RawMessage()` to be able to do that.
2016-09-09 15:27:07 +02:00