summaryrefslogtreecommitdiff
path: root/tests-clar/repo/getters.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-40/+0
|
* Make refcounting atomicCarlos Martín Nieto2013-04-221-2/+2
|
* repo: ensure is_empty() checks there are no refsnulltoken2012-11-171-8/+18
|
* repo: readonly tests don't need a sandboxed reponulltoken2012-11-171-11/+1
|
* repository: separate head related testsnulltoken2012-09-171-46/+0
|
* Fix git_repository_set_odb() refcount issuenulltoken2012-04-231-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 ClarVicent Martí2012-01-241-0/+70
Clay is the name of a programming language on the makings, and we want to avoid confusions. Sorry for the huge diff!