summaryrefslogtreecommitdiff
path: root/include/git2/tag.h
Commit message (Expand)AuthorAgeFilesLines
* portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* message: Expose git_message_prettify()nulltoken2012-06-191-2/+2
* Fix spelling errors.Bruce Mitchener2012-05-191-1/+1
* errors: Rename error codesVicent Martí2012-05-181-2/+2
* errors: Rename the generic return codesVicent Martí2012-05-181-11/+11
* commit/tag: ensure the message is cleaned upnulltoken2012-05-071-0/+3
* tag: Add git_tag_peel() which recursively peel a tag until a non tag git_obje...nulltoken2012-04-101-0/+15
* Update Copyright headerschu2012-02-131-1/+1
* Rename all `_close` methodsVicent Marti2011-11-261-3/+3
* Tabify everythingVicent Marti2011-09-191-2/+2
* Cleanup legal dataVicent Marti2011-09-191-22/+4
* Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-8/+8
* tag: Make git_tag_create_lightweight() accessible to bindingsnulltoken2011-07-141-1/+1
* tag: Add creation of lightweight tagnulltoken2011-07-111-3/+37
* tag: add pattern based retrieval of list of tag namesnulltoken2011-07-071-0/+23
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-1/+1
* Remove redundant methods from the APIVicent Marti2011-06-281-90/+14
* Update documentationVicent Marti2011-06-161-7/+7
* Merge pull request #216 from glesserd/developmentVicent Martí2011-06-081-1/+3
|\
| * Change a dirty indentationDavid Glesser2011-06-041-1/+1
| * Set the oid when a tag already exists.David Glesser2011-05-301-1/+3
* | Added methods to search objects of different typesMarc Pegon2011-06-061-0/+17
|/
* Add `git_tag_list`Vicent Marti2011-04-121-0/+17
* Merge branch 'tagging' of https://github.com/nulltoken/libgit2 into developmentVicent Marti2011-04-021-1/+74
|\
| * Rename git_tag_create_o_f() to git_tag_create_fo()nulltoken2011-03-301-2/+2
| * Add git_tag_delete()nulltoken2011-03-301-0/+14
| * Add git_tag_create_o_f() and git_tag_create_f() which overwrite existing tag ...nulltoken2011-03-301-0/+58
| * Prevent tag_create() from creating a conflicting referencenulltoken2011-03-301-1/+2
* | Add git_tag_create_frombuffer APICarlos Martín Nieto2011-03-281-0/+14
|/
* Do not return on `void` helper methodsVicent Marti2011-03-231-1/+1
* Add close wappers for commit, tree, tag and blobCarlos Martín Nieto2011-03-231-0/+18
* I broke your bindingsVicent Marti2011-03-201-39/+60
* Fix the retarded object interdependency systemVicent Marti2011-03-141-3/+12
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-031-0/+145