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
AgeCommit message (Expand)Author
2019-01-18Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson
2018-12-01object_type: update public API to use git_object_tEdward Thomson
2016-03-24git_object_dup: introduce typesafe versionsEdward Thomson
2013-05-21tag: Introduce git_tag_annotation_create()nulltoken
2013-04-30Standardize cast versions of git_object accessorsRussell Belfer
2013-03-31tag: Fix parsing when no tagger nor messagenulltoken
2013-01-09update copyrightsEdward Thomson
2012-12-01tag: Deploy EINVALIDSPEC usagenulltoken
2012-11-28API updates for tag.hRussell Belfer
2012-11-17tag: rename git_tag_type to git_tag_target_typenulltoken
2012-10-11Separated git_strarray from common.h. Added doxy comments.Paul Thompson
2012-10-09Add git_tag_foreachMichael Schubert
2012-07-24portability: Improve x86/amd64 compatibilitynulltoken
2012-06-19message: Expose git_message_prettify()nulltoken
2012-05-19Fix spelling errors.Bruce Mitchener
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-04-10tag: Add git_tag_peel() which recursively peel a tag until a non tag git_obje...nulltoken
2012-02-13Update Copyright headerschu
2011-11-26Rename all `_close` methodsVicent Marti
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-09-13Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce
2011-07-14tag: Make git_tag_create_lightweight() accessible to bindingsnulltoken
2011-07-11tag: Add creation of lightweight tagnulltoken
2011-07-07tag: add pattern based retrieval of list of tag namesnulltoken
2011-07-01cleanup: remove trailing spacesKirill A. Shutemov
2011-06-28Remove redundant methods from the APIVicent Marti
2011-06-16Update documentationVicent Marti
2011-06-08Merge pull request #216 from glesserd/developmentVicent Martí
2011-06-06Added methods to search objects of different typesMarc Pegon
2011-06-04Change a dirty indentationDavid Glesser
2011-05-30Set the oid when a tag already exists.David Glesser
2011-04-13Add `git_tag_list`Vicent Marti
2011-04-02Merge branch 'tagging' of https://github.com/nulltoken/libgit2 into developmentVicent Marti
2011-03-31Rename git_tag_create_o_f() to git_tag_create_fo()nulltoken
2011-03-31Add git_tag_delete()nulltoken
2011-03-31Add git_tag_create_o_f() and git_tag_create_f() which overwrite existing tag ...nulltoken
2011-03-31Prevent tag_create() from creating a conflicting referencenulltoken
2011-03-28Add git_tag_create_frombuffer APICarlos Martín Nieto
2011-03-23Do not return on `void` helper methodsVicent Marti
2011-03-23Add close wappers for commit, tree, tag and blobCarlos Martín Nieto
2011-03-20I broke your bindingsVicent Marti
2011-03-15Fix the retarded object interdependency systemVicent Marti
2011-03-03Move the external includes folder from `src` to `include`Vicent Marti