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-09Merge pull request #1886 from libgit2/precompose-utf8Vicent Martí
2013-10-09Add Assembla unit testBen Straub
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-02clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto
2013-10-02clone: implement git_clone_intoCarlos Martín Nieto
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-09-25Disconnect path string to preserve after redirectRussell Belfer
2013-09-17No such thing as an orphan branchCarlos Martín Nieto
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-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-05-04Do not write tagopt configuration option on clone by defaultJameson Miller
2013-04-20remote: allow querying for refspecsCarlos Martín Nieto
2013-04-20remote: handle multiple refspecsCarlos Martín Nieto
2013-04-16Allow git_remote_ls after disconnecting from the remoteCarlos Martín Nieto
2013-03-09config: don't allow passing NULL as a value to setCarlos Martín Nieto
2013-02-12Merge pull request #1333 from phkelley/push_optionsBen Straub
2013-02-12Merge pull request #1316 from ben/clone-cancelRussell Belfer
2013-02-11Add git_push_options, to set packbuilder parallelismPhilip Kelley
2013-02-07Fix fetchhead tests to expect nearly-danglingBen Straub
2013-02-06Allow all non-zero returns to cancel transfersBen Straub
2013-02-06Enhance test coverage for transfer cancellationBen Straub
2013-02-05Allow progress callback to cancel fetchBen Straub
2013-02-01HTTP: use creds in url if availableBen Straub
2013-02-01Enhance url parsing to include passwordsBen Straub
2013-01-31Add user-from-url param to auth callbackBen Straub
2013-01-31Skip "user@" when finding hostname in urlBen 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-10Move credential helpers to their own (optional) headerBen Straub
2013-01-10Expose stock user/pass credential utilityBen Straub
2013-01-09push: properly handle tagsMichael Schubert
2013-01-09tests-clar/network: remove unused CREATE_BLOBMichael Schubert