summaryrefslogtreecommitdiff
path: root/tests-clar/clone/nonetwork.c
Commit message (Expand)AuthorAgeFilesLines
* Redeploy git_revparse_single.Ben Straub2013-04-151-4/+5
* Deprecate git_revparse_single and _rangelikeBen Straub2013-04-091-5/+4
* Clone should not delete directories it did not createJameson Miller2013-03-011-0/+37
* Add test case for clone head detached repoFrank Li2013-02-011-0/+24
* Merge pull request #1222 from scunz/clone_branchVicent Martí2013-01-121-23/+31
|\
| * Tests: Add test for check out of given branch during cloneSascha Cunz2013-01-121-0/+11
| * Test: Cleanup some cleaning codeSascha Cunz2013-01-121-23/+20
* | Fix MSVC compilation warningsnulltoken2013-01-111-1/+1
|/
* tests: Fix some memory leaksnulltoken2013-01-061-0/+2
* Merge branch 'development' into clar2Vicent Marti2013-01-031-17/+108
|\
| * Move some clone tests to the nonetwork suiteBen Straub2013-01-021-0/+22
| * Include checkout options inlineBen Straub2013-01-021-0/+4
| * Fix MSSVC compilation issuenulltoken2012-12-241-1/+2
| * Clone: trust but verifyBen Straub2012-12-191-0/+81
| * Add more clone options. Push test suite segfaults.Ben Straub2012-12-191-21/+9
* | Fix network suiteVicent Marti2013-01-031-15/+3
|/
* Move non-options back out of options structBen Straub2012-12-141-15/+14
* Deploy git_clone_options; remove git_clone_bareBen Straub2012-12-141-22/+26
* test: Fix clone testsVicent Marti2012-12-141-2/+5
* Merge remote-tracking branch 'origin/clone-auth' into developmentVicent Marti2012-12-141-8/+17
|\
| * Stop premature remote freeing when cloningBen Straub2012-12-131-2/+6
| * Define constant for default fetch specBen Straub2012-12-131-2/+2
| * Convert clone to use dangling remotesBen Straub2012-12-121-8/+13
* | Add test to clone with absolute pathJameson Miller2012-12-131-0/+8
|/
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-231-1/+4
* Helpers for local-filesystem remote URLsBen Straub2012-11-091-50/+4
* Implement local transport's fetchBen Straub2012-11-091-7/+0
* Clone: in-line callbacks for progressBen Straub2012-10-191-6/+6
* Remove checkout_stats from git_cloneBen Straub2012-10-191-4/+4
* Clone: use libgit2's test reposBen Straub2012-10-151-1/+1
* Tests: add "network" categoryBen Straub2012-10-151-0/+115