| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'main' into better-compatiblity-for-at-time-notation | Yoichi Nakayama | 2021-11-23 | 2 | -23/+20 |
| |\ | | | | | | | | | Conflicts: src/revparse.c | ||||
| | * | date: rfc2822 formatting uses a `git_buf` instead of a static stringethomson/date | Edward Thomson | 2021-11-19 | 1 | -17/+14 |
| | | | |||||
| | * | date: make it a proper `git_date` utility class | Edward Thomson | 2021-11-18 | 2 | -8/+8 |
| | | | | | | | | | Instead of `git__date`, just use `git_date`. | ||||
| * | | Cause error when date parsing is failed | Yoichi Nakayama | 2021-10-22 | 1 | -0/+7 |
| |/ | |||||
| * | treewide: remove use of C++ style comments | Patrick Steinhardt | 2018-07-13 | 1 | -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 cases | Jacques Germishuys | 2014-04-11 | 1 | -0/+40 |
| | | |||||
| * | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+15 |
