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-11-15Rename tests-clar to testsBen Straub
2013-11-11Merge pull request #1956 from libgit2/cmn/fetch-default-headVicent Martí
2013-11-11tests: update push testsCarlos Martín Nieto
2013-11-11remote: make _ls return the list directlyCarlos Martín Nieto
2013-11-05Change the git_branch_iterator_new and git_branch_next definitions to use git...Arthur Schreiber
2013-11-05branch: move from foreach to an iteratorCarlos Martín Nieto
2013-10-28Merge pull request #1912 from ethomson/push_err_messagesVicent Martí
2013-10-25Test for failure, but don't test the error messageEdward Thomson
2013-10-23Rename the ssh credentialsCarlos Martín Nieto
2013-10-21Allowed credential types should be a bitfieldEdward Thomson
2013-10-03Clean up annoying warningsRussell Belfer
2013-10-03Style tweaks and changes for code review feedbackJameson Miller
2013-10-02Fix broken online push testsJameson Miller
2013-10-02Support cancellation in push operationJameson Miller
2013-10-02remote: move the credentials callback to the structCarlos Martín Nieto
2013-10-02remote: put the _download() callback with the othersCarlos Martín Nieto
2013-09-30Initial Implementation of progress reports during pushJameson Miller
2013-08-17Merge pull request #1778 from libgit2/push_tag_to_tag_testVicent Martí
2013-08-14Test SSH in travisCarlos Martín Nieto
2013-07-13test that suggests tags arent fully peeled during pushEdward Thomson
2013-04-20remote: handle multiple refspecsCarlos Martín Nieto
2013-02-11Add git_push_options, to set packbuilder parallelismPhilip Kelley
2013-01-31Add user-from-url param to auth callbackBen Straub
2013-01-29Fix 2 bugs in online::push tests.Congyi Wu
2013-01-24Leak cleanup in push testsPhilip Kelley
2013-01-22Update remote tips on pushJameson Miller
2013-01-09push: properly handle tagsMichael Schubert
2013-01-09tests-clar/network: remove unused CREATE_BLOBMichael Schubert
2013-01-09Relax refspecs accepted by pushJameson Miller
2013-01-04Fix bug in gen_pktline() for deletes of missing remote refsCongyi Wu
2013-01-03Merge branch 'development' into clar2Vicent Marti
2013-01-03Disable Network suite by defaultVicent Marti
2013-01-02Cleanup Clar to make it SIMPLERVicent Marti