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
2013-05-21tag: Introduce git_tag_annotation_create()nulltoken
2013-03-31tag: Fix parsing when no tagger nor messagenulltoken
2013-03-31tests: Fix indentationsnulltoken
2013-03-07immutable references and a pluggable ref databaseEdward Thomson
2013-01-23Seperate out a new test that verifies packed-refs with no trailing newlineScott J. Goldman
2013-01-23Allow peeled references without trailing newline at end of fileScott J. Goldman
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-23Reset all static variables to NULL in clar's __cleanupSascha Cunz
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-11tags: cover EEXISTS propagation upon creationnulltoken
2012-09-23Tests: Add test for git_tag_list to check for 'git tag -l "*bar"'Sascha Cunz
2012-09-23Tests: reindent object/tag/list.c to use tabsSascha Cunz
2012-09-23Tests::object::tag: also test for a 'foo/*/bar'.Sascha Cunz
2012-09-23Tests: Add 3 tags to resources/testrepo.Sascha Cunz
2012-09-23Tests::Object::Tag: Add a mechanism to test which tags were returnedSascha Cunz
2012-09-23Tests::Object::Tag: move listing tags tests to an own fileSascha Cunz
2012-05-18errors: Rename the generic return codesVicent Martí
2012-05-03Update test suiteVicent Martí
2012-05-03Merge branch 'new-error-handling' into developmentVicent Martí
2012-04-10tag: Add git_tag_peel() which recursively peel a tag until a non tag git_obje...nulltoken
2012-04-03tests: Cleanup & fix test suiteVicent Martí
2012-04-01Simple readability fixes.Ben Straub
2012-04-01Discovered cl_git_strequal! Mounted a crusade!Ben Straub
2012-04-01Moved more assertions inside Clar test helpers.Ben Straub
2012-03-30Moved tag tests to object suite.Ben Straub