Unverified Commit 5171f44c by Edward Thomson Committed by GitHub

Merge pull request #4483 from libgit2/cmn/prettify-docs

message: update docs for git_message_prettify
parents 820370fe dcb668ba
......@@ -19,10 +19,9 @@
GIT_BEGIN_DECL
/**
* Clean up message from excess whitespace and make sure that the last line
* ends with a '\n'.
* Clean up excess whitespace and make sure there is a trailing newline in the message.
*
* Optionally, can remove lines starting with a "#".
* Optionally, it can remove lines which start with the comment character.
*
* @param out The user-allocated git_buf which will be filled with the
* cleaned up message.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment