message_prettify
Description:
Prettify a commit message by removing excess whitespace and making sure the last line ends with a newline.
If strip_comments
is true, then lines starting with a comment_char
will be
removed.
Parameters:
message |
the message. |
strip_comments |
whether to strip comments. |
comment_char |
comment character. |
Returns:
the prettified message. |
Namespace: Ggit
Package: libgit2-glib-1.0