summaryrefslogtreecommitdiff
path: root/src/tag.h
Commit message (Expand)AuthorAgeFilesLines
* tag: implement function to parse raw dataPatrick Steinhardt2018-06-221-0/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* Simplify object table parse functionsRussell Belfer2013-04-221-1/+1
* Add callback to git_objects_tableRussell Belfer2013-04-221-3/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Export parse_tag_buffer as git_tag__parse_buffer.Jay Freeman (saurik)2012-02-221-0/+1
* Update Copyright headerschu2012-02-131-1/+1
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* I broke your bindingsVicent Marti2011-03-201-2/+2
* Fix the retarded object interdependency systemVicent Marti2011-03-141-1/+2
* Rename 'git_person' to 'git_signature'Vicent Marti2010-12-181-1/+1
* Change the library include fileVicent Marti2010-12-061-1/+1
* Add write-back support for Tag filesVicent Marti2010-10-071-0/+1
* Give object structures more descriptive namesVicent Marti2010-09-191-2/+2
* Redesigned the walking/object lookup interfaceVicent Marti2010-08-121-3/+3
* Add loading and parsing of tag objectsVicent Marti2010-08-121-0/+20