summaryrefslogtreecommitdiff
path: root/tests-clar/clone
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/clone-auth' into developmentVicent Marti2012-12-142-16/+36
|\
| * Stop premature remote freeing when cloningBen Straub2012-12-132-2/+12
| * Define constant for default fetch specBen Straub2012-12-132-4/+4
| * Convert clone to use dangling remotesBen Straub2012-12-122-16/+26
* | Add test to clone with absolute pathJameson Miller2012-12-131-0/+8
|/
* More external API cleanupVicent Marti2012-11-271-3/+3
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-2/+2
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-232-2/+7
* Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí2012-11-131-1/+1
|\
| * Fix warnings and valgrind issuesRussell Belfer2012-11-091-1/+1
| * Rework checkout with new strategy optionsRussell Belfer2012-11-091-1/+1
* | Helpers for local-filesystem remote URLsBen Straub2012-11-091-50/+4
* | Implement local transport's fetchBen Straub2012-11-091-7/+0
|/
* Fix Windows buildBen Straub2012-10-251-2/+2
* Network progress: rename thingsBen Straub2012-10-241-1/+1
* Checkout progress now reports completed/total stepsBen Straub2012-10-191-2/+2
* Clone: in-line callbacks for progressBen Straub2012-10-192-17/+27
* Remove checkout_stats from git_cloneBen Straub2012-10-192-11/+22
* test: fix some memory leaksnulltoken2012-10-161-0/+9
* clone: fix detection of remote HEADnulltoken2012-10-151-0/+5
* clone: Explicit support of no-checkout optionnulltoken2012-10-151-0/+28
* Clone: use libgit2's test reposBen Straub2012-10-152-3/+3
* Tests: add "network" categoryBen Straub2012-10-152-66/+80
* clone: fix cloning of empty repositorynulltoken2012-10-081-0/+21
* clone: reorganize testsnulltoken2012-10-081-21/+36
* ODB: re-load packfiles on failed lookupBen Straub2012-09-191-1/+1
* Turn off network-dependent test for CI.Ben Straub2012-07-271-1/+1
* Restructure for better checkout optionsBen Straub2012-07-261-6/+6
* checkout: introduce git_checkout_optsBen Straub2012-07-261-7/+7
* Fix compile and workings on msvc.Ben Straub2012-07-111-2/+2
* Add git_path_is_empty_dir.Ben Straub2012-07-111-14/+10
* Remove duplicate of git_repository_head_tree.Ben Straub2012-07-111-6/+7
* Reindent.Ben Straub2012-07-101-83/+79
* Clone: allow empty dirs.Ben Straub2012-06-211-0/+21
* Fix warning on msvc build.Ben Straub2012-06-211-1/+1
* Clone: minor cleanup and whitespace.Ben Straub2012-06-211-57/+65
* Clone: remove fragile path-handling code.Ben Straub2012-06-211-2/+8
* Disable long-running test.Ben Straub2012-06-211-0/+2
* Disable failing test (for now).Ben Straub2012-06-211-0/+2
* Clone: restructure.Ben Straub2012-06-211-1/+5
* Add progress reporting to clone.Ben Straub2012-06-211-8/+10
* Add git_clone and git_clone_bare.Ben Straub2012-06-211-0/+101