Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: fix assertion | nulltoken | 2012-06-07 | 1 | -1/+1 |
| | |||||
* | Remove old and unused error codes | Vicent Martà | 2012-05-02 | 1 | -33/+16 |
| | |||||
* | Update clar and remove old helpers | Russell Belfer | 2012-04-17 | 1 | -2/+4 |
| | | | | | | This updates to the latest clar which includes the helpers `cl_assert_equal_s` and `cl_assert_equal_i`. Convert the code over to use those and remove the old libgit2-only helpers. | ||||
* | Fix MSVC "unreferenced local variable" compilation warning. | nulltoken | 2012-04-04 | 1 | -0/+1 |
| | |||||
* | Resolve comments from pull request | Russell Belfer | 2012-03-13 | 1 | -0/+74 |
This converts the map validation function into a macro, tweaks the GITERR_OS system error automatic appending, and adds a tentative new error access API and some quick unit tests for both the old and new error APIs. |