summaryrefslogtreecommitdiff
path: root/include/git2/object.h
Commit message (Expand)AuthorAgeFilesLines
* object: lookup sha256 objectsEdward Thomson2023-02-121-2/+28
* Apply suggestions from code reviewEdward Thomson2022-01-171-1/+1
* Add documentation about parameter and return valuepunkymaniac2022-01-091-0/+1
* object: introduce a raw content validation functionethomson/object_validationEdward Thomson2021-11-301-0/+22
* types: introduce `git_object_size_t`Edward Thomson2019-11-221-0/+2
* object: deprecate git_object__size for removalcmn/object-size-nopublicCarlos Martín Nieto2019-07-291-14/+0
* object: rename git_object__size to git_object_sizeethomson/object_sizeEdward Thomson2019-06-161-1/+1
* object_type: update public API to use git_object_tEdward Thomson2018-12-011-16/+16
* peel: reject bad queries with EINVALIDSPECcmn/peeling-errorsCarlos Martín Nieto2014-11-221-8/+15
* Doc fixesRussell Belfer2014-05-021-0/+5
* Merge pull request #2153 from mekishizufu/tag_exampleRussell Belfer2014-03-071-1/+1
|\
| * Fix typoJiri Pospisil2014-03-051-1/+1
* | Add git_object_short_id API to get short id stringRussell Belfer2014-03-041-0/+10
|/
* Blame: minor cleanupBen Straub2013-09-251-1/+1
* Port blame from git.gitBen Straub2013-09-161-1/+18
* Fixes return type documentationAndy Lindeman2013-07-141-1/+1
* object: Export git_object_dupVicent Marti2013-04-101-0/+9
* update copyrightsEdward Thomson2013-01-081-1/+1
* object: refine git_object_peel() error reportnulltoken2012-12-011-2/+3
* API updates for tag.hRussell Belfer2012-11-271-3/+3
* More external API cleanupVicent Marti2012-11-271-1/+1
* Make git_object_peel a bit smarterRussell Belfer2012-08-271-4/+7
* portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* object: introduce git_object_peel()nulltoken2012-07-171-0/+17
* Fix spelling errors.Bruce Mitchener2012-05-191-3/+3
* errors: Rename the generic return codesVicent Martí2012-05-181-1/+1
* Update Copyright headerschu2012-02-131-1/+1
* Rename all `_close` methodsVicent Marti2011-11-261-3/+3
* 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-1/+1
* Update documentationVicent Marti2011-06-161-2/+2
* short-oid: CleanupVicent Marti2011-06-011-3/+11
* Added a GIT_OID_MINPREFIXLEN constant to define the minimum length allowed fo...Marc Pegon2011-06-011-3/+3
* Added git.git sha1 lookup method to replace simple binary search in pack back...Marc Pegon2011-06-011-0/+30
* object: Update documentationVicent Marti2011-06-011-0/+6
* I broke your bindingsVicent Marti2011-03-201-55/+4
* Fix the retarded object interdependency systemVicent Marti2011-03-141-4/+4
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-031-0/+198