package
2.8.0
Repository: https://github.com/ldez/go-git-cmd-wrapper.git
Documentation: pkg.go.dev

# Constants

Default Same as strip if the message is to be edited.
Scissors Same as whitespace, except that everything from (and including) the line "# ------------------------ >8 ------------------------" is truncated if the message is to be edited.
Strip leading and trailing empty lines, trailing whitespace, commentary and collapse consecutive empty lines.
Verbatim Do not change the message at all.
Whitespace Same as strip except #commentary is not removed.