summaryrefslogtreecommitdiff
path: root/tests-clar/checkout
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Adjust for rebaseBen Straub2012-10-191-1/+1
| * index: remove read_tree() progress indicatornulltoken2012-10-191-1/+1
| * Convert checkout_* to use progress callbackBen Straub2012-10-191-3/+21
| * Convert checkout_index to use progress callbackBen Straub2012-10-191-17/+34
* | test: extract make_head_orphaned() logicnulltoken2012-10-201-4/+2
|/
* errors: deploy GIT_EORPHANEDHEAD usagenulltoken2012-10-191-0/+24
* Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-0/+72
* checkout: add notification callback for skipped filesnulltoken2012-09-211-0/+73
* checkout: Mimic git_diff_options storage of pathsnulltoken2012-09-172-12/+6
* checkout: add test coverage of dirs and subtreesnulltoken2012-09-171-6/+46
* checkout: segregate checkout strategiesnulltoken2012-09-171-10/+28
* checkout: separate tree from index related testsnulltoken2012-09-172-239/+273
* checkout: introduce git_checkout_tree()nulltoken2012-09-172-206/+268
* Fix warnings and merge issues on Win64Russell Belfer2012-08-231-1/+1
* Win32: test core.autocrlfBen Straub2012-08-211-7/+23
* Tests: close file handles before assertingBen Straub2012-08-201-5/+9
* Checkout: fix memory leak in tests.Ben Straub2012-08-061-0/+2
* Checkout: fix problem with detached HEAD.Ben Straub2012-07-311-0/+5
* Checkout: fix crlf tests under win32.Ben Straub2012-07-311-3/+8
* Checkout: crlf filter.Ben Straub2012-07-311-9/+3
* Checkout: handle file modes properly.Ben Straub2012-07-311-3/+7
* Try to fix Travis.Ben Straub2012-07-311-1/+7
* Checkout: disable file-mode test on win32.Ben Straub2012-07-271-0/+3
* Checkout: add head- and ref-centric checkouts.Ben Straub2012-07-271-5/+65
* Restructure for better checkout optionsBen Straub2012-07-261-5/+5
* checkout: introduce git_checkout_optsBen Straub2012-07-261-9/+5
* Checkout: make core.symlinks test work on OSX.Ben Straub2012-07-171-4/+12
* Checkout: obey core.symlinks.Ben Straub2012-07-171-9/+31
* Checkout: handle symlinks.Ben Straub2012-07-161-0/+13
* Disable test that aren't quite ready yet.Ben Straub2012-07-131-3/+3
* Add checkout test suite.Ben Straub2012-07-131-0/+68