summaryrefslogtreecommitdiff
path: root/tests/odb/mixed.c
Commit message (Collapse)AuthorAgeFilesLines
* odb: Handle corner cases in `git_odb_expand_ids`Vicent Marti2016-03-091-0/+9
| | | | | | | | | | The old implementation had two issues: 1. OIDs that were too short as to be ambiguous were not being handled properly. 2. If the last OID to expand in the array was missing from the ODB, we would leak a `GIT_ENOTFOUND` error code from the function.
* git_odb_expand_ids: accept git_odb_expand_id arrayEdward Thomson2016-03-081-50/+45
| | | | Take (and write to) an array of a struct, `git_odb_expand_id`.
* git_odb_expand_ids: rename func, return the typeEdward Thomson2016-03-081-21/+31
|
* git_odb_exists_many_prefixes: query odb for multiple short idsEdward Thomson2016-03-071-0/+141
| | | | | Query the object database for multiple objects at a time, given their object ID (which may be abbreviated) and optional type.
* Introduce cl_assert_equal_oidEdward Thomson2014-07-011-3/+3
|
* Add exists_prefix to ODB backend and ODB APIRussell Belfer2014-03-041-1/+18
|
* Rename tests-clar to testsBen Straub2013-11-141-0/+93