Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -287/+0 |
| | |||||
* | introduce git_conflict_iterator | Edward Thomson | 2013-05-17 | 1 | -3/+48 |
| | |||||
* | Use cl_assert_equal_s() instead of strcmp(). | Sebastian Bauer | 2013-01-25 | 1 | -2/+2 |
| | | | | | Replaced all cl_assert(!strcmp()) or semantically equivalent forms by cl_assert_equal_s(). | ||||
* | add an index_remove_bypath that removes conflicts, renamed add_from_workdir ↵ | Edward Thomson | 2013-01-12 | 1 | -2/+21 |
| | | | | to match | ||||
* | Fix warnings on Win64 build | Russell Belfer | 2012-11-27 | 1 | -1/+1 |
| | |||||
* | API updates for index.h | Ben Straub | 2012-11-27 | 1 | -3/+3 |
| | |||||
* | Reset all static variables to NULL in clar's __cleanup | Sascha Cunz | 2012-11-23 | 1 | -0/+2 |
| | | | | | | | | | | | | Without this change, any failed assertion in the second (or a later) test inside a test suite has a chance of double deleting memory, resulting in a heap corruption. See #1096 for details. This leaves alone the test cases where we "just" use cl_git_sandbox_init() and cl_git_sandbox_cleanup(). These methods already take good care to not double delete a repository. Fixes #1096 | ||||
* | index: Introduce git_index_has_conflicts() | nulltoken | 2012-11-08 | 1 | -0/+4 |
| | |||||
* | index refactoring | Edward Thomson | 2012-10-29 | 1 | -0/+217 |