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-10-03HTTP: handle "relative" redirectsBen Straub
2013-10-02remote: put the _download() callback with the othersCarlos Martín Nieto
2013-09-27Make sure utility doesn't leak memoryBen Straub
2013-09-27Deploy gitno_connection_data into transport (winhttp)Ben Straub
2013-09-26Migrate redirect URL handling to common utilityBen Straub
2013-09-07tests: Fix memory leaksnulltoken
2013-09-05Test pushing to remotes with "file:///" urlsBen Straub
2013-08-27remote: Make git_remote_list() detect pushurlnulltoken
2013-08-27remote: Relax the parsing logic even morenulltoken
2013-08-27remote: Don't parse missing urls as empty stringsnulltoken
2013-08-14remote: relax the url rulesCarlos Martín Nieto
2013-06-25Unbreak git_remote_ls on a local transport after disconnecting.Arthur Schreiber
2013-05-30remote: make default tag retrieving behaviour consistentyorah
2013-05-27tests: don't verify SSH unsupported with GIT_SSHMichael Schubert
2013-05-11Merge pull request #1385 from carlosmn/refs-iterEdward Thomson
2013-05-11refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto
2013-05-09Merge pull request #1561 from arrbee/fix-windows-diff-eofnlVicent Martí
2013-05-07Fix win32 type warningsRussell Belfer
2013-05-07remote: correctly interpret tagopt '--tags'Carlos Martín Nieto
2013-04-30remote: add resfpec list accessorsCarlos Martín Nieto
2013-04-28remote: dwim the refspecs according to the remote's advertised refsCarlos Martín Nieto
2013-04-28Parse shorthand refspecs as validCarlos Martín Nieto
2013-04-20refspec: unify the string and parsed dataCarlos Martín Nieto
2013-04-20remote: allow querying for refspecsCarlos Martín Nieto
2013-04-20remote: handle multiple refspecsCarlos Martín Nieto
2013-03-31tag: Fix parsing when no tagger nor messagenulltoken
2013-03-23Update cl_assert_equal_sz to be nicerRussell Belfer
2013-03-06remote push test fixEdward Thomson
2013-02-12Merge pull request #1316 from ben/clone-cancelRussell Belfer
2013-02-12remote: Introduce git_remote_is_valid_name()nulltoken
2013-02-12remote: reorganize testsnulltoken
2013-02-11Teach refspec to transform destination reference to source referenceJameson Miller
2013-02-05Allow progress callback to cancel fetchBen Straub
2013-02-01Plug test leaksBen Straub
2013-02-01Enhance url parsing to include passwordsBen Straub
2013-01-31Add user-from-url param to auth callbackBen Straub
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-11tests: plug a couple of leaksCarlos Martín Nieto
2013-01-10Move credential helpers to their own (optional) headerBen Straub
2013-01-10Expose stock user/pass credential utilityBen Straub
2013-01-03Even more cleanupsVicent Marti
2013-01-03Move test cleanup into cleanup functionsBen Straub
2013-01-03Tests should clean up after themselvesBen Straub
2013-01-03Merge branch 'development' into clar2Vicent Marti
2013-01-03Move `url` to last place in parameter listBen Straub
2013-01-02Cleanup Clar to make it SIMPLERVicent Marti
2012-12-24remote: remove duplicated testnulltoken