summaryrefslogtreecommitdiff
path: root/src/tag.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-24/+23
* tag: use GIT_ASSERTEdward Thomson2020-11-271-11/+22
* Add git_tag_name_is_validSven Strickroth2020-10-251-0/+25
* tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-091-0/+2
* tag: add underscore to `from` functionethomson/to_fromEdward Thomson2019-06-161-1/+8
* global: convert trivial `fnmatch` users to use `wildcard`Patrick Steinhardt2019-06-151-2/+2
* posix: remove implicit include of "fnmatch.h"Patrick Steinhardt2019-06-151-0/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-13/+13
* object_type: GIT_OBJECT_BAD is now GIT_OBJECT_INVALIDEdward Thomson2019-01-171-2/+2
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-6/+6
* tag: fix out of bounds read when searching for tag messagePatrick Steinhardt2018-10-251-5/+5
* tag: implement function to parse raw dataPatrick Steinhardt2018-06-221-0/+5
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-7/+7
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-14/+14
* tag: ignore extra header fieldscmn/silly-tagsCarlos Martín Nieto2016-04-251-2/+8
* typos in commentsDmitriy Olshevskiy2015-12-211-1/+1
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-2/+2
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-5/+5
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-0/+2
* 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