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-02-12remote: reorganize testsnulltoken
2013-02-11Teach refspec to transform destination reference to source referenceJameson Miller
2013-01-26Merge pull request #1278 from sba1/cl-assert-equal-sVicent Martí
2013-01-26Fix 3 memory leaksPhilip Kelley
2013-01-25Use cl_assert_equal_s() instead of strcmp().Sebastian Bauer
2013-01-18Test that pushs properly fail for transports that don't provide a push implem...Sebastian Bauer
2013-01-03Move `url` to last place in parameter listBen Straub
2012-12-24remote: remove duplicated testnulltoken
2012-12-24remote: Prevent create() from blindly overwritingnulltoken
2012-12-24remote: Enhance in-memory remote test coveragenulltoken
2012-12-22Rename test to make @nulltoken happyBen Straub
2012-12-21In-memory remotes don't have namesBen Straub
2012-12-21Remote: deprecate dangling, prevent saving in-memoryBen Straub
2012-12-20Rename remote creation APIsBen Straub
2012-12-19Fix some leaks and (possibly) dangling pointers in testsSascha Cunz
2012-12-18Reset global variable to NULL after free'ing resourceSascha Cunz
2012-12-13API to set a dangling remote's repositoryBen Straub
2012-12-13Allow creation of dangling remotesBen Straub
2012-12-05Merge pull request #1115 from ben/struct-versionsVicent Martí
2012-12-01remote: deploy EINVALIDSPEC usagenulltoken
2012-12-01Deploy versioned git_transport structureBen Straub
2012-11-28API updates for remote.hBen Straub
2012-11-23Reset all static variables to NULL in clar's __cleanupSascha Cunz
2012-11-05Revert "Don't expect the 'empty-remote-url' remote to be listed"Justin Spahr-Summers
2012-11-05Don't expect the 'empty-remote-url' remote to be listedJustin Spahr-Summers
2012-11-05Test for GITERR_INVALIDJustin Spahr-Summers
2012-11-05remote: Add malformed remote load testnulltoken
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley
2012-10-25remote: prevent from saving a nameless remotenulltoken
2012-10-02remote: set/unset the autotag setting on saveCarlos Martín Nieto
2012-09-14refspec: No remote tracking ref from a fetchspec-less remotenulltoken
2012-07-27Remotes: Use correct url in git_remote_connectSascha Cunz
2012-07-27Remotes: Save a cleaned pushurl (by deleting it from the config)Sascha Cunz
2012-07-27Tests: Test remote's pushurlSascha Cunz
2012-06-06tests: Fix warning with nested commentsVicent Marti
2012-06-05remote: Make git_remote_add() generate a default refspec with a force update ...nulltoken
2012-05-30refspec: expose the force update specifier through git_refspec_force() accessornulltoken
2012-05-08remotes: change git_remote_new's signatureCarlos Martín Nieto
2012-05-08remote: add git_remote_add()Carlos Martín Nieto
2012-05-08remote: make git_remote_load() return GIT_ENOTFOUND when the remote url canno...nulltoken
2012-05-03Remove old and unused error codesVicent Martí
2012-05-03Update test suiteVicent Martí
2012-04-01Discovered cl_git_strequal! Mounted a crusade!Ben Straub
2012-03-01introduced new function: git_remote_supported_url() <-- returns true if this ...Ryan Wilcox
2012-03-01implement support for username@host:path URLs in transport_find_fn()Ryan Wilcox
2012-02-26Add git_remote_list()Carlos Martín Nieto
2012-02-24A remote exists with an URL aloneCarlos Martín Nieto
2012-02-20Add git_remote_save()Carlos Martín Nieto
2012-02-20Add git_remote_set_{fetch,push}spec()Carlos Martín Nieto
2012-02-01tests: free the remotes temp bufferCarlos Martín Nieto