Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/tag.c
AgeCommit message (Expand)Author
2013-08-15odb: wrap the stream reading and writing functionsCarlos Martín Nieto
2013-05-30What are the chances, reallyVicent Marti
2013-05-21tag: Introduce git_tag_annotation_create()nulltoken
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-04-30object: Explicitly define helper API methods for all obj typesVicent Marti
2013-04-30Some cleanupsRussell Belfer
2013-04-30Standardize cast versions of git_object accessorsRussell Belfer
2013-04-22Simplify object table parse functionsRussell Belfer
2013-04-22Add callback to git_objects_tableRussell Belfer
2013-04-22Use git_odb_object_data/_size whereever possibleRussell Belfer
2013-04-22What has science done.Vicent Marti
2013-04-21Move odb_backend implementors stuff into git2/sysRussell Belfer
2013-03-31tag: Fix parsing when no tagger nor messagenulltoken
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-01-09update copyrightsEdward Thomson
2012-12-01tag: Deploy EINVALIDSPEC usagenulltoken
2012-11-28API updates for tag.hRussell Belfer
2012-11-28Rename ref and reflog apis for consistencyBen Straub
2012-11-17tag: rename git_tag_type to git_tag_target_typenulltoken
2012-11-02tags: Fixed the tag parser to correctly treat the message field as optional.Erik van Zijst
2012-10-09Add git_tag_foreachMichael Schubert
2012-09-23Tags: teach git_tag_list not to include the 'refs/tags/' prefixSascha Cunz
2012-08-27Make git_object_peel a bit smarterRussell Belfer
2012-06-19message: Expose git_message_prettify()nulltoken
2012-05-18errors: Rename error codesbreaking-changesVicent Martí
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-07commit/tag: ensure the message is cleaned upnulltoken
2012-05-03Remove old and unused error codesVicent Martí
2012-04-26error handling: move the missing parts over to the new error handlingCarlos Martín Nieto
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-04-10tag: Add git_tag_peel() which recursively peel a tag until a non tag git_obje...nulltoken
2012-03-07error-handling: RepositoryVicent Martí
2012-02-22Export parse_tag_buffer as git_tag__parse_buffer.Jay Freeman (saurik)
2012-02-13Update Copyright headerschu
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-11-26Rename all `_close` methodsVicent Marti
2011-11-26repository: Change ownership semanticsVicent Marti
2011-11-06Free all used references in the source treeschu
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-13tag: allow the tagger field to be missing when parsing tagsBrodie Rao
2011-10-13tag: avoid a double-free when parsing tags without a tagger fieldBrodie Rao
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-08-25Drop STRLEN() macrosKirill A. Shutemov
2011-07-20tag.c: fix tiny typoschu
2011-07-11tag: Add creation of lightweight tagnulltoken
2011-07-10reflog: Fix reflog writer/readernulltoken
2011-07-09Remove unused methodsVicent Marti
2011-07-09odb: Direct writes are backVicent Marti
2011-07-09signature: Fix optional headerVicent Marti