summaryrefslogtreecommitdiff
path: root/tests/object/message.c
Commit message (Collapse)AuthorAgeFilesLines
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-2/+2
| | | | | | | | | C++ style comment ("//") are not specified by the ISO C90 standard and thus do not conform to it. While libgit2 aims to conform to C90, we did not enforce it until now, which is why quite a lot of these non-conforming comments have snuck into our codebase. Do a tree-wide conversion of all C++ style comments to the supported C style comments to allow us enforcing strict C90 compliance in a later commit.
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-7/+7
|
* message: don't assume the comment charcmn/comment-charCarlos Martín Nieto2014-05-181-7/+7
| | | | | The comment char is configurable and we need to provide a way for the user to specify which comment char they chose for their message.
* messsage: use git_buf in prettify()Carlos Martín Nieto2014-01-271-62/+25
| | | | | A lot of the tests were checking for overflow, which we don't have anymore, so we can remove them.
* Rename tests-clar to testsBen Straub2013-11-141-0/+236