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-19Fix warningsRussell Belfer
2013-11-02remote: store dwimed refspecs separatelyCarlos Martín Nieto
2013-10-02remote: move the credentials callback to the structCarlos Martín Nieto
2013-06-10Reorganize diff and add basic diff driverRussell Belfer
2013-04-20refspec: unify the string and parsed dataCarlos Martín Nieto
2013-04-20remote: handle multiple refspecsCarlos Martín Nieto
2013-01-09update copyrightsEdward Thomson
2012-12-10Add a payload param to git_cred_acquire_cbBen Straub
2012-11-28Push! By schu, phkelley, and congyiwu, et alPhilip Kelley
2012-11-28Typedef enums.Ben Straub
2012-11-11create FETCH_HEAD specially instead of as a ref fileEdward Thomson
2012-11-06Basic authentication for http and winhttpPhilip Kelley
2012-11-01Reorganize transport architecture (squashed 3)Philip Kelley
2012-10-25Network progress: rename thingsBen Straub
2012-10-20Add git_indexer_stats field to git_remoteBen Straub
2012-10-07remote: use constants for well-known namesnulltoken
2012-09-30remote: support downloading all tagsCarlos Martín Nieto
2012-09-30fetch: use the include-tag capabilityCarlos Martín Nieto
2012-08-04remote: add missing include git2/remote.hMichael Schubert
2012-07-27Merge pull request #834 from carlosmn/network-callbacksVicent Martí
2012-07-27Remotes: Use correct url in git_remote_connectSascha Cunz
2012-07-27Remotes: Load/Save for fetch.foo.pushurlSascha Cunz
2012-07-21Add a struct for network callbacksCarlos Martín Nieto
2012-05-26ssl: allow skipping the server certificate checkCarlos Martín Nieto
2012-02-13Update Copyright headerschu
2011-11-28remote: Cleanup the remotes coderepo-ownershipVicent Marti
2011-10-12remote: bitfield should be unsignedCarlos Martín Nieto
2011-09-19Cleanup legal dataVicent Marti
2011-08-18Only wait for pack if we need itCarlos Martín Nieto
2011-08-18Don't expose the fetch code to the userCarlos Martín Nieto
2011-08-18Bind the configuration and remotes to a repositoryCarlos Martín Nieto
2011-08-18Implement sending havesCarlos Martín Nieto
2011-08-18Add a generic send_wantsCarlos Martín Nieto
2011-06-27Add git_remote_connect and git_remote_lsCarlos Martín Nieto
2011-06-26Add a remotes APICarlos Martín Nieto