summaryrefslogtreecommitdiff
path: root/tests/date/rfc2822.c
Commit message (Collapse)AuthorAgeFilesLines
* date: rfc2822 formatting uses a `git_buf` instead of a static stringethomson/dateEdward Thomson2021-11-191-17/+14
|
* date: make it a proper `git_date` utility classEdward Thomson2021-11-181-5/+5
| | | | Instead of `git__date`, just use `git_date`.
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-1/+1
| | | | | | | | | 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.
* Added RFC2822 date format test casesJacques Germishuys2014-04-111-0/+40