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
2012-11-10Rework checkout with new strategy optionsRussell Belfer
2012-11-09Implement local transport's fetchBen Straub
2012-10-25Fix Windows buildBen Straub
2012-10-25Network progress: rename thingsBen Straub
2012-10-20Checkout progress now reports completed/total stepsBen Straub
2012-10-20Clone: in-line callbacks for progressBen Straub
2012-10-20Remove checkout_stats from git_cloneBen Straub
2012-10-16test: fix some memory leaksnulltoken
2012-10-15clone: fix detection of remote HEADnulltoken
2012-10-15clone: Explicit support of no-checkout optionnulltoken
2012-10-15Clone: use libgit2's test reposBen Straub
2012-10-15Tests: add "network" categoryBen Straub
2012-10-08clone: fix cloning of empty repositorynulltoken
2012-10-08clone: reorganize testsnulltoken
2012-09-19ODB: re-load packfiles on failed lookupBen Straub
2012-07-27Turn off network-dependent test for CI.Ben Straub
2012-07-27Restructure for better checkout optionsBen Straub
2012-07-26checkout: introduce git_checkout_optsBen Straub
2012-07-12Fix compile and workings on msvc.Ben Straub
2012-07-11Add git_path_is_empty_dir.Ben Straub
2012-07-11Remove duplicate of git_repository_head_tree.Ben Straub
2012-07-10Reindent.Ben Straub
2012-06-22Clone: allow empty dirs.Ben Straub
2012-06-22Fix warning on msvc build.Ben Straub
2012-06-21Clone: minor cleanup and whitespace.Ben Straub
2012-06-21Clone: remove fragile path-handling code.Ben Straub
2012-06-21Disable long-running test.Ben Straub
2012-06-21Disable failing test (for now).Ben Straub
2012-06-21Clone: restructure.Ben Straub
2012-06-21Add progress reporting to clone.Ben Straub
2012-06-21Add git_clone and git_clone_bare.Ben Straub