Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -40/+0 |
| | |||||
* | Make refcounting atomic | Carlos Martín Nieto | 2013-04-22 | 1 | -2/+2 |
| | |||||
* | repo: ensure is_empty() checks there are no refs | nulltoken | 2012-11-17 | 1 | -8/+18 |
| | |||||
* | repo: readonly tests don't need a sandboxed repo | nulltoken | 2012-11-17 | 1 | -11/+1 |
| | |||||
* | repository: separate head related tests | nulltoken | 2012-09-17 | 1 | -46/+0 |
| | |||||
* | Fix git_repository_set_odb() refcount issue | nulltoken | 2012-04-23 | 1 | -0/+16 |
| | | | | | | git_repository_free() calls git_odb_free() if the owned odb is not null. According to the doc, when setting a new odb through git_repository_set_odb() the caller has to take care of releasing the odb by himself. | ||||
* | Rename the Clay test suite to Clar | Vicent Martí | 2012-01-24 | 1 | -0/+70 |
Clay is the name of a programming language on the makings, and we want to avoid confusions. Sorry for the huge diff! |