summaryrefslogtreecommitdiff
path: root/tests-clar/checkout
Commit message (Expand)AuthorAgeFilesLines
* 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
* use a longer string for dummy data in test to avoid conflicting w/ indexEdward Thomson2013-04-171-1/+1
* Redeploy git_revparse_single.Ben Straub2013-04-152-46/+15
* Deprecate git_revparse_single and _rangelikeBen Straub2013-04-092-15/+43
* Fix up checkout file contents checksRussell Belfer2013-03-255-59/+80
* don't convert CRLF to CRCRLFEdward Thomson2013-03-251-1/+45
* Test fixes and cleanupRussell Belfer2013-03-252-19/+8
* Added some tests for issue #1397Sven Strickroth2013-03-253-0/+59
* Add cl_repo_set_bool and cleanup testsRussell Belfer2013-03-224-69/+21
* don't dereference at the end of the workdir iteratorEdward Thomson2013-02-271-0/+38
* tests: Remove useless codenulltoken2013-02-051-5/+0
* Fix 3 memory leaksPhilip Kelley2013-01-251-0/+1
* tests-clar: ifdef GIT_WIN32 win helper functionsMichael Schubert2013-01-251-0/+2
* Merge pull request #1239 from ethomson/index_removeVicent Martí2013-01-173-4/+4
|\
| * add an index_remove_bypath that removes conflicts, renamed add_from_workdir t...Edward Thomson2013-01-123-4/+4
* | add a git config, don't run crlf tests on non-win32Edward Thomson2013-01-171-0/+8
* | cache should contain on-disk (filtered) file sizeEdward Thomson2013-01-171-0/+106
* | Fix Travis compilation warningsnulltoken2013-01-131-3/+2
* | checkout: Teach checkout to cope with orphaned Headnulltoken2013-01-131-0/+10
* | tests: plug leaksCarlos Martín Nieto2013-01-121-0/+3
|/
* Merge pull request #1215 from phkelley/binaryunicodePhilip Kelley2013-01-111-0/+68
|\
| * Add a failing test for autocrlf filtersPhilip Kelley2013-01-091-0/+68
* | 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
* Actually fix win32 checkout testRussell Belfer2013-01-041-4/+12
* Fix crlf issue with checkout testsRussell Belfer2013-01-044-73/+97
* Fix checkout of index-only dirs and prefixed pathsRussell Belfer2013-01-041-0/+25
* Fix checkout bug rmv untracked trees from indexRussell Belfer2013-01-041-0/+41
* Fixing checkout UPDATE_ONLY and adding testsRussell Belfer2013-01-041-0/+171
* Extend tests for checkout with typechangesRussell Belfer2013-01-041-4/+171
* Add index updating to checkoutRussell Belfer2013-01-041-11/+12
* More checkout improvementsRussell Belfer2013-01-043-86/+111
* Rework checkout internals (again)Russell Belfer2013-01-044-44/+68
* 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-303-10/+3
* Deploy GIT_CHECKOUT_OPTS_INITBen Straub2012-11-304-4/+29
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-1/+1
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-231-0/+1
* Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-141-20/+20
* Rework checkout with new strategy optionsRussell Belfer2012-11-093-33/+59
* Fix checkout behavior when its hands are tiedRussell Belfer2012-11-091-1/+32
* Fix Windows buildBen Straub2012-10-252-2/+2
* Merge pull request #990 from ben/clone-callbacksVicent Martí2012-10-254-23/+58
|\
| * Checkout progress now reports completed/total stepsBen Straub2012-10-192-4/+4
| * Fix from rebaseBen Straub2012-10-191-1/+1
| * Fix broken testsBen Straub2012-10-192-10/+10