summaryrefslogtreecommitdiff
path: root/include/git2/oid.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-1/+1
* Remove redundant methods from the APIVicent Marti2011-06-281-0/+13
* oid: Uniformize ncmp methodsVicent Marti2011-06-161-4/+11
* oid: Rename methodsVicent Marti2011-06-161-2/+2
* fix gid_ misspellingScott Chacon2011-06-141-2/+2
* Renamed git_oid_match to git_oid_ncmp.Marc Pegon2011-06-061-1/+1
* Changed return value of git_oid_match to be consistent with the other compare...Marc Pegon2011-06-011-1/+1
* Added a GIT_OID_MINPREFIXLEN constant to define the minimum length allowed fo...Marc Pegon2011-06-011-0/+4
* Added error for ambiguous oid prefixes. Added methods to compare the first nt...Marc Pegon2011-06-011-0/+10
* Add `git_oid_shorten` (unique OID minimzer)Vicent Marti2011-03-141-0/+54
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-031-0/+137