summaryrefslogtreecommitdiff
path: root/tests-clar/clone
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-142-264/+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-022-0/+4
* 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-172-3/+3
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-1/+2
* Fix trailing whitespacesnulltoken2013-05-151-2/+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
* Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti2013-04-151-5/+5
|\
| * Redeploy git_revparse_single.Ben Straub2013-04-151-4/+5
| * Deprecate git_revparse_single and _rangelikeBen Straub2013-04-091-5/+4
* | branch: rename 'tracking' to 'upstream'Carlos Martín Nieto2013-03-301-1/+1
|/
* Clone should not delete directories it did not createJameson Miller2013-03-011-0/+37
* branch: Make git_branch_remote_name() cope with orphaned headsnulltoken2013-02-221-3/+17
* Fix MSVC compilation warningsnulltoken2013-02-051-1/+1
* Add test case for clone head detached repoFrank Li2013-02-011-0/+24
* branch: Introduce git_branch_tracking_name()nulltoken2013-01-161-0/+11
* 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-032-36/+111
|\
| * Move some clone tests to the nonetwork suiteBen Straub2013-01-022-22/+22
| * Include checkout options inlineBen Straub2013-01-022-5/+12
| * Fix MSSVC compilation issuenulltoken2012-12-241-1/+2
| * Clone: trust but verifyBen Straub2012-12-192-0/+144
| * Add more clone options. Push test suite segfaults.Ben Straub2012-12-193-56/+18
* | Fix network suiteVicent Marti2013-01-031-15/+3
* | Cleanup Clar to make it SIMPLERVicent Marti2013-01-021-154/+0
|/
* clone-empty-test: Don't use one pointer for two thingsSascha Cunz2012-12-191-3/+7
* Cleanup the test correctlySascha Cunz2012-12-171-1/+4
* Remove placeholder files during testsBen Straub2012-12-142-40/+67
* Rebase fixupBen Straub2012-12-141-3/+4
* Allow clone to handle empty reposBen Straub2012-12-141-0/+39
* Move non-options back out of options structBen Straub2012-12-142-28/+25
* Deploy git_clone_options; remove git_clone_bareBen Straub2012-12-142-41/+51
* test: Fix clone testsVicent Marti2012-12-141-2/+5