summaryrefslogtreecommitdiff
path: root/include/git2/oid.h
Commit message (Expand)AuthorAgeFilesLines
* oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-181-4/+8
* Make git_oid_equal a non-inline APIRussell Belfer2014-02-201-4/+1
* Merge pull request #1820 from linquize/git_oid_streqVicent Martí2013-09-011-2/+1
|\
| * Update documentation of git_oid_streq to remove outdated error codeLinquize2013-08-311-2/+1
* | oid: git_oid_shorten_add() sets GITERR_INVALID when OID set is fullLinquize2013-08-311-2/+2
|/
* Fixed most documentation header bugsAndreas Linde2013-06-241-3/+3
* Add git_oid_nfmt - a flexible OID formatterRussell Belfer2013-05-171-4/+17
* Some cleanupsRussell Belfer2013-04-291-9/+0
* Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-13/+1
* Add git_oid_strcmp and use it for git_oid_streqRussell Belfer2013-04-291-0/+10
* Introduce git_oid_compare, an exported oid cmpRussell Belfer2013-04-291-0/+9
* Implement GIT_STATUS_OPT_EXCLUDE_SUBMODULESRussell Belfer2013-03-251-1/+1
* Added an oid function that accepts nul-terminated stringsXavier L2013-03-211-0/+10
* update copyrightsEdward Thomson2013-01-081-1/+1
* API updates for oid.hBen Straub2012-11-271-16/+15
* 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