summaryrefslogtreecommitdiff
path: root/src/oid.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4288 from pks-t/pks/include-fixupsEdward Thomson2017-08-151-0/+2
|\
| * Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* | oid: use memcmp in git_oid__hashcmppeff/hashcmp-is-memcmpJeff King2017-08-091-8/+1
|/
* git_odb_exists_many_prefixes: query odb for multiple short idsEdward Thomson2016-03-071-0/+9
* oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-181-0/+11
* oid: Helper for old-school hashcmpvmg/no-lookupVicent Marti2013-08-141-10/+13
* Add new src/oid.hRussell Belfer2013-04-291-0/+33
* oid: Uniformize ncmp methodsVicent Marti2011-06-161-17/+0
* Renamed git_oid_match to git_oid_ncmp.Marc Pegon2011-06-061-2/+2
* Changed return value of git_oid_match to be consistent with the other compare...Marc Pegon2011-06-011-1/+11
* Added error for ambiguous oid prefixes. Added methods to compare the first nt...Marc Pegon2011-06-011-0/+7