summaryrefslogtreecommitdiff
path: root/src/tag.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesWill Stamper2014-12-041-1/+1
* Fixed memory leak in git_tag_delete()Pierre-Olivier Latour2014-10-241-2/+3
* Some coverity inspired cleanupsRussell Belfer2014-05-131-6/+8
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-2/+2
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-2/+2
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-25/+10
* Further EUSER and error propagation fixesRussell Belfer2013-12-111-9/+33
* odb: wrap the stream reading and writing functionsCarlos Martín Nieto2013-08-151-3/+3
* What are the chances, reallyVicent Marti2013-05-291-1/+1
* tag: Introduce git_tag_annotation_create()nulltoken2013-05-211-0/+13
* refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-1/+1
* object: Explicitly define helper API methods for all obj typesVicent Marti2013-04-301-2/+0
* Some cleanupsRussell Belfer2013-04-291-1/+1
* Standardize cast versions of git_object accessorsRussell Belfer2013-04-291-5/+2
* Simplify object table parse functionsRussell Belfer2013-04-221-15/+23
* Add callback to git_objects_tableRussell Belfer2013-04-221-13/+6
* Use git_odb_object_data/_size whereever possibleRussell Belfer2013-04-221-1/+2
* What has science done.Vicent Marti2013-04-221-2/+2
* Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-211-0/+1
* tag: Fix parsing when no tagger nor messagenulltoken2013-03-311-1/+1
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-4/+6
* update copyrightsEdward Thomson2013-01-081-1/+1
* tag: Deploy EINVALIDSPEC usagenulltoken2012-12-011-2/+3
* API updates for tag.hRussell Belfer2012-11-271-12/+12
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-4/+4
* tag: rename git_tag_type to git_tag_target_typenulltoken2012-11-171-1/+1
* tags: Fixed the tag parser to correctly treat the message field as optional.Erik van Zijst2012-11-021-7/+10
* Add git_tag_foreachMichael Schubert2012-10-091-9/+40
* Tags: teach git_tag_list not to include the 'refs/tags/' prefixSascha Cunz2012-09-221-1/+1
* Make git_object_peel a bit smarterRussell Belfer2012-08-271-16/+1
* message: Expose git_message_prettify()nulltoken2012-06-191-9/+2
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-4/+4
* errors: Rename the generic return codesVicent Martí2012-05-181-7/+7
* commit/tag: ensure the message is cleaned upnulltoken2012-05-071-3/+12
* Remove old and unused error codesVicent Martí2012-05-021-1/+1
* error handling: move the missing parts over to the new error handlingCarlos Martín Nieto2012-04-261-116/+104
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-1/+2
* tag: Add git_tag_peel() which recursively peel a tag until a non tag git_obje...nulltoken2012-04-101-0/+20
* error-handling: RepositoryVicent Martí2012-03-071-3/+2
* Export parse_tag_buffer as git_tag__parse_buffer.Jay Freeman (saurik)2012-02-221-3/+5
* Update Copyright headerschu2012-02-131-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-57/+63
* Rename all `_close` methodsVicent Marti2011-11-261-1/+1
* repository: Change ownership semanticsVicent Marti2011-11-261-3/+15
* Free all used references in the source treeschu2011-11-061-4/+20
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-5/+5
* tag: allow the tagger field to be missing when parsing tagsBrodie Rao2011-10-121-6/+10
* tag: avoid a double-free when parsing tags without a tagger fieldBrodie Rao2011-10-121-4/+1
* Tabify everythingVicent Marti2011-09-191-4/+4
* Cleanup legal dataVicent Marti2011-09-191-21/+3