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
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
2011-07-07tag: add pattern based retrieval of list of tag namesnulltoken
2011-07-05fileops: CleanupVicent Marti
2011-07-01cleanup: remove trailing spacesKirill A. Shutemov
2011-06-28Remove redundant methods from the APIVicent Marti
2011-06-23refs: Do not overflow when normalizing refnamesVicent Marti
2011-06-16refs: Rename git_referece_listcb to _foreachVicent Marti
2011-06-08Merge pull request #216 from glesserd/developmentVicent Martí
2011-06-07Fix the error pointed out by tanoku.David Glesser
2011-05-31Fix tag and signature parsingDavid Glesser
2011-05-31Modify git_tag_create_frombuffer: the buffer is not modified whenDavid Glesser
2011-05-31Modify create_tag : verifications are now done in an another functionDavid Glesser
2011-05-30Set the oid when a tag already exists.David Glesser
2011-05-30Add an error message when a tag already exists.David Glesser
2011-05-23tag.c: Move to new error handling mechanismJakob Pfender
2011-05-10Move tag.c to the new error handlingCarlos Martín Nieto
2011-04-13Add `git_tag_list`Vicent Marti
2011-04-10Add a few malloc checksCarlos Martín Nieto
2011-04-08tag: don't check twice if an object existsCarlos Martín Nieto
2011-04-08tag: don't allow tags to non-existent objectsCarlos Martín Nieto
2011-04-08tag: discover the target type if neededCarlos Martín Nieto
2011-04-02Merge branch 'tagging' of https://github.com/nulltoken/libgit2 into developmentVicent Marti
2011-04-02Change `parse` methods to const bufferVicent Marti
2011-03-31Rename git_tag_create_o_f() to git_tag_create_fo()nulltoken
2011-03-31Add git_tag_delete()nulltoken