summaryrefslogtreecommitdiff
path: root/tests-clar/checkout/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-742/+0
* Prevent checkout_tree when conflicts exist, clear NAME on checkout treeEdward Thomson2013-10-161-0/+44
* Add checkout test for long file nameBen Straub2013-08-071-0/+19
* Fix checkout tests on WindowsRussell Belfer2013-06-241-3/+6
* Addition checkout target directory testsRussell Belfer2013-06-211-0/+44
* Fix checkout of modified file when missing from wdRussell Belfer2013-06-211-0/+11
* test asserting checkout should not recreate deleted filesEdward Thomson2013-06-201-0/+30
* Fix trailing whitespacesnulltoken2013-05-151-1/+1
* allow checkout to proceed when a dir to be removed is in use (win32)Edward Thomson2013-05-031-0/+63
* allow empty dirs to exist when doing checkoutEdward Thomson2013-05-011-0/+25
* Redeploy git_revparse_single.Ben Straub2013-04-151-40/+13
* Deprecate git_revparse_single and _rangelikeBen Straub2013-04-091-13/+37
* Fix up checkout file contents checksRussell Belfer2013-03-251-3/+3
* Test fixes and cleanupRussell Belfer2013-03-251-18/+7
* Added some tests for issue #1397Sven Strickroth2013-03-251-0/+34
* Add cl_repo_set_bool and cleanup testsRussell Belfer2013-03-221-11/+10
* don't dereference at the end of the workdir iteratorEdward Thomson2013-02-271-0/+38
* Merge pull request #1239 from ethomson/index_removeVicent Martí2013-01-171-1/+1
|\
| * add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-121-1/+1
* | Fix Travis compilation warningsnulltoken2013-01-131-3/+2
* | tests: plug leaksCarlos Martín Nieto2013-01-121-0/+3
|/
* checkout: Deploy EMERGECONFLICT usagenulltoken2013-01-111-0/+86
* Fix indentationsnulltoken2013-01-111-20/+20
* Add GIT_CHECKOUT_DISABLE_PATHSPEC_MATCHRussell Belfer2013-01-101-0/+83
* tests: Fix some memory leaksnulltoken2013-01-061-0/+6
* Fix crlf issue with checkout testsRussell Belfer2013-01-041-41/+3
* Fixing checkout UPDATE_ONLY and adding testsRussell Belfer2013-01-041-0/+171
* Add index updating to checkoutRussell Belfer2013-01-041-11/+12
* More checkout improvementsRussell Belfer2013-01-041-3/+4
* Rework checkout internals (again)Russell Belfer2013-01-041-1/+1
* Failing test on git_checkout_tree when removing directoriesJameson Miller2013-01-041-0/+27
* Add failing test to demonstrate wrong checkout behaviourMarvin Gülker2013-01-041-0/+20
* Deploy GIT_INIT_STRUCTUREBen Straub2012-11-301-2/+1
* Deploy GIT_CHECKOUT_OPTS_INITBen Straub2012-11-301-1/+2
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-231-0/+1
* Rework checkout with new strategy optionsRussell Belfer2012-11-091-1/+4
* Fix Windows buildBen Straub2012-10-251-1/+1
* Checkout progress now reports completed/total stepsBen Straub2012-10-191-2/+2
* Fix broken testsBen Straub2012-10-191-5/+5
* Convert checkout_* to use progress callbackBen Straub2012-10-191-3/+21
* checkout: Mimic git_diff_options storage of pathsnulltoken2012-09-171-8/+4
* checkout: add test coverage of dirs and subtreesnulltoken2012-09-171-6/+46
* checkout: separate tree from index related testsnulltoken2012-09-171-239/+0
* checkout: introduce git_checkout_tree()nulltoken2012-09-171-0/+268