summaryrefslogtreecommitdiff
path: root/tests-clar/clone/nonetwork.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-179/+0
* Test another bad URLBen Straub2013-10-311-1/+3
* Add tests for badly-formed URLsBen Straub2013-10-311-6/+2
* Test more kinds of bad urlBen Straub2013-10-301-1/+10
* Simplify git_path_is_empty_dir implementationRussell Belfer2013-10-031-18/+2
* Initial iconv hookup for precomposed unicodeRussell Belfer2013-10-031-18/+11
* clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-021-0/+2
* clone: bring back NULL as defaultsCarlos Martín Nieto2013-10-021-0/+6
* clone: re-allow using a custom remote nameCarlos Martín Nieto2013-10-021-0/+9
* clone: remove more options from basic cloneCarlos Martín Nieto2013-10-021-49/+0
* clone: remove the autotag optionCarlos Martín Nieto2013-10-021-33/+0
* No such thing as an orphan branchCarlos Martín Nieto2013-09-171-1/+1
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-1/+2
* Fix some memory leaksnulltoken2013-05-101-0/+2
* Do not write tagopt configuration option on clone by defaultJameson Miller2013-05-041-0/+18
* remote: add resfpec list accessorsCarlos Martín Nieto2013-04-301-2/+2
* Clone: replace fetch spec with custom valueBen Straub2013-04-231-1/+1
* get last refspec in clone testNikolai Vladimirov2013-04-231-1/+1
* remote: handle multiple refspecsCarlos Martín Nieto2013-04-201-2/+3
* 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