summaryrefslogtreecommitdiff
path: root/include/git2/oid.h
Commit message (Expand)AuthorAgeFilesLines
* Working implementation of git_submodule_statusRussell Belfer2012-08-241-0/+2
* Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti2012-08-021-1/+1
|\
| * portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* | git_oid_cmp: inline memcmp by hand to optimizeMichael Schubert2012-07-291-1/+25
|/
* Fix spelling errors.Bruce Mitchener2012-05-191-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-3/+3
* Add missing GIT_EXTERN declarationsSascha Cunz2012-05-141-3/+3
* Rename git_oid_to_string to git_oid_tostrAuthmillenon2012-03-061-1/+1
* Update diff to use iteratorsRussell Belfer2012-03-021-0/+5
* Update Copyright headerschu2012-02-131-1/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* oid: Add git_oid_streq() which checks if an oid and an hex formatted string a...nulltoken2011-10-131-0/+10
* Tabify everythingVicent Marti2011-09-191-13/+13
* Cleanup legal dataVicent Marti2011-09-191-22/+4
* Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-2/+2
* Modify struct definition to enable forward declare with C++ compiler,Lambert CLARA2011-07-251-2/+3
* 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