Add method to fetch raw commit message #345
Loading…
Reference in New Issue
No description provided.
Delete Branch "commit-message-raw"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The existing
Commit.Message()
returns the trimmed commit message. In some casesit 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.This is the use case: splitsh/lite#22
Someone tweeted me to try and mention @carlosmn to get attention for this one… :) Hope it helps… Thanks!