summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* add option to allow git note overwriteNikolai Vladimirov2013-01-032-5/+29
* Move some clone tests to the nonetwork suiteBen Straub2013-01-022-22/+22
* Merge pull request #1152 from ben/clone-api-structificationVicent Martí2013-01-0210-157/+213
|\
| * Include checkout options inlineBen Straub2013-01-022-5/+12
| * Move `url` to last place in parameter listBen Straub2013-01-023-4/+4
| * remote: remove duplicated testnulltoken2012-12-241-15/+0
| * remote: Prevent create() from blindly overwritingnulltoken2012-12-241-0/+11
| * remote: Enhance in-memory remote test coveragenulltoken2012-12-241-0/+2
| * Fix MSSVC compilation issuenulltoken2012-12-241-1/+2
| * Rename test to make @nulltoken happyBen Straub2012-12-211-1/+1
| * In-memory remotes don't have namesBen Straub2012-12-213-28/+15
| * Remote: deprecate dangling, prevent saving in-memoryBen Straub2012-12-202-38/+4
| * Rename remote creation APIsBen Straub2012-12-206-17/+17
| * Clone: trust but verifyBen Straub2012-12-192-0/+144
| * Add more clone options. Push test suite segfaults.Ben Straub2012-12-196-70/+23
* | path: Teach UNC paths to git_path_dirname_r()nulltoken2012-12-261-0/+4
* | path: enhance git_path_dirname_r() test coveragenulltoken2012-12-261-0/+5
|/
* fetchhead reading/iteratingEdward Thomson2012-12-191-35/+245
* Fix some leaks and (possibly) dangling pointers in testsSascha Cunz2012-12-192-4/+28
* clone-empty-test: Don't use one pointer for two thingsSascha Cunz2012-12-191-3/+7
* revwalk-test: Don't leak the second repositorySascha Cunz2012-12-191-0/+3
* Reset global variable to NULL after free'ing resourceSascha Cunz2012-12-181-0/+1
* Merge pull request #1151 from arrbee/fix-diff-constructor-namesVicent Martí2012-12-173-47/+47
|\
| * Fix diff constructor name order confusionRussell Belfer2012-12-173-47/+47
* | Merge pull request #1149 from nulltoken/topic/blob_isbinaryVicent Martí2012-12-171-0/+12
|\ \ | |/ |/|
| * blob: introduce git_blob_is_binary()nulltoken2012-12-171-0/+12
* | Cleanup the test correctlySascha Cunz2012-12-171-1/+4
* | Ensure static variables are nulled after every testBen Straub2012-12-161-0/+4
* | Fix fetchhead testsBen Straub2012-12-151-2/+1
* | 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-144-39/+33
* Deploy git_clone_options; remove git_clone_bareBen Straub2012-12-144-49/+70
* tests: Fix unused temp repoVicent Marti2012-12-141-5/+0
* test: Fix clone testsVicent Marti2012-12-141-2/+5
* Merge remote-tracking branch 'origin/clone-auth' into developmentVicent Marti2012-12-145-18/+60
|\
| * Stop premature remote freeing when cloningBen Straub2012-12-132-2/+12
| * Define constant for default fetch specBen Straub2012-12-134-6/+6
| * Convert clone to use dangling remotesBen Straub2012-12-124-18/+36
| * API to set a dangling remote's repositoryBen Straub2012-12-121-2/+6
| * Allow creation of dangling remotesBen Straub2012-12-121-0/+10
* | Add test to clone with absolute pathJameson Miller2012-12-131-0/+8
|/
* Fix iterator reset and add reset rangesRussell Belfer2012-12-101-6/+32
* Clean up iterator APIsRussell Belfer2012-12-101-2/+2
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-101-2/+5
* Clean up GCC build warningsBen Straub2012-12-102-3/+2
* tree: relax the filemode parserCarlos Martín Nieto2012-12-072-17/+22
* tests: MSVC fixVicent Marti2012-12-051-2/+0
* versions: MSVC build fixesVicent Marti2012-12-051-1/+2