summaryrefslogtreecommitdiff
path: root/tests-clar/checkout/index.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-620/+0
* More cleanups to remove WIN assumptionsRussell Belfer2013-10-031-4/+6
* Fix tests of file modesRussell Belfer2013-09-051-1/+1
* Fix some newer GCC compiler warningsRussell Belfer2013-09-051-1/+1
* Make tests take umask into accountRussell Belfer2013-09-041-3/+7
* test: Fix memory leaknulltoken2013-06-291-0/+2
* Fix checkout tests on WindowsRussell Belfer2013-06-241-3/+8
* Addition checkout target directory testsRussell Belfer2013-06-211-0/+71
* Add target directory to checkoutRussell Belfer2013-06-211-0/+28
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-0/+1
* Fix up checkout file contents checksRussell Belfer2013-03-251-21/+21
* Test fixes and cleanupRussell Belfer2013-03-251-1/+1
* Added some tests for issue #1397Sven Strickroth2013-03-251-0/+17
* Add cl_repo_set_bool and cleanup testsRussell Belfer2013-03-221-25/+5
* Merge pull request #1239 from ethomson/index_removeVicent Martí2013-01-171-2/+2
|\
| * add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-121-2/+2
* | checkout: Teach checkout to cope with orphaned Headnulltoken2013-01-131-0/+10
|/
* Actually fix win32 checkout testRussell Belfer2013-01-041-4/+12
* Fix crlf issue with checkout testsRussell Belfer2013-01-041-32/+1
* Fix checkout of index-only dirs and prefixed pathsRussell Belfer2013-01-041-0/+25
* More checkout improvementsRussell Belfer2013-01-041-82/+105
* Rework checkout internals (again)Russell Belfer2013-01-041-37/+66
* Deploy GIT_INIT_STRUCTUREBen Straub2012-11-301-3/+2
* Deploy GIT_CHECKOUT_OPTS_INITBen Straub2012-11-301-2/+21
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-1/+1
* Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-141-20/+20
* Rework checkout with new strategy optionsRussell Belfer2012-11-091-28/+46
* Fix checkout behavior when its hands are tiedRussell Belfer2012-11-091-1/+32
* 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
* index: remove read_tree() progress indicatornulltoken2012-10-191-1/+1
* Convert checkout_index to use progress callbackBen Straub2012-10-191-17/+34
* checkout: add notification callback for skipped filesnulltoken2012-09-211-0/+73
* checkout: Mimic git_diff_options storage of pathsnulltoken2012-09-171-4/+2
* checkout: segregate checkout strategiesnulltoken2012-09-171-10/+28
* checkout: separate tree from index related testsnulltoken2012-09-171-0/+273