summaryrefslogtreecommitdiff
path: root/tests/date
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into better-compatiblity-for-at-time-notationYoichi Nakayama2021-11-232-23/+20
|\ | | | | | | | | Conflicts: src/revparse.c
| * 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-182-8/+8
| | | | | | | | Instead of `git__date`, just use `git_date`.
* | Cause error when date parsing is failedYoichi Nakayama2021-10-221-0/+7
|/
* 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
|
* Rename tests-clar to testsBen Straub2013-11-141-0/+15