Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | odb: Handle corner cases in `git_odb_expand_ids` | Vicent Marti | 2016-03-09 | 1 | -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 array | Edward Thomson | 2016-03-08 | 1 | -50/+45 |
| | | | | Take (and write to) an array of a struct, `git_odb_expand_id`. | ||||
* | git_odb_expand_ids: rename func, return the type | Edward Thomson | 2016-03-08 | 1 | -21/+31 |
| | |||||
* | git_odb_exists_many_prefixes: query odb for multiple short ids | Edward Thomson | 2016-03-07 | 1 | -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_oid | Edward Thomson | 2014-07-01 | 1 | -3/+3 |
| | |||||
* | Add exists_prefix to ODB backend and ODB API | Russell Belfer | 2014-03-04 | 1 | -1/+18 |
| | |||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+93 |