summaryrefslogtreecommitdiff
path: root/tests/checkout
Commit message (Expand)AuthorAgeFilesLines
* win32: further cleanups for 8.3 disablingEdward Thomson2015-02-031-4/+1
* win32: cleanup 8.3 disabled testsEdward Thomson2015-02-031-23/+7
* Fix test failures when 8.3 is disabledLinquize2015-01-311-1/+23
* checkout tests: cleanup realpath impl on Win32Edward Thomson2015-01-201-36/+6
* checkout tests: emulate p_realpath poorly on Win32Edward Thomson2015-01-201-1/+64
* checkout: remove files before writing new onesEdward Thomson2015-01-202-2/+99
* checkout tests: nasty symlinksEdward Thomson2015-01-201-1/+39
* checkout: introduce git_checkout_perfdataEdward Thomson2015-01-201-0/+29
* Add files and tests with many UTF-8 chars and few UTF-8 charsLinquize2015-01-201-0/+25
* Plug a couple of leaksCarlos Martín Nieto2015-01-041-0/+1
* Always checkout with case sensitive iteratorEdward Thomson2014-12-231-13/+2
* Introduce test for checkout case-changing renameEdward Thomson2014-12-231-0/+77
* Introduce core.protectHFS and core.protectNTFSEdward Thomson2014-12-171-0/+32
* checkout: disallow bad paths on HFSEdward Thomson2014-12-161-0/+42
* checkout: disallow bad paths on win32Edward Thomson2014-12-161-0/+251
* Plug leaksCarlos Martín Nieto2014-11-231-0/+2
* checkout_index: Remove stage 0 when checking out conflictsEdward Thomson2014-11-061-10/+39
* checkout_index: remove conflicts when checking out new filesEdward Thomson2014-11-061-3/+87
* Introduce failing test for conflict filtering in indexEdward Thomson2014-10-131-0/+69
* Merge pull request #2499 from csware/hard-reset-checkout-callbacksCarlos Martín Nieto2014-10-101-1/+1
|\
| * Allow to propagate checkout callbacks to git HARD resetSven Strickroth2014-08-031-1/+1
* | Merge pull request #2567 from cirosantilli/factor-41Vicent Marti2014-09-171-1/+1
|\ \
| * | Factor 40 and 41 constants from source.Ciro Santilli2014-09-161-1/+1
| |/
* | Replace void casts with GIT_UNUSED.Ciro Santilli2014-09-171-2/+2
|/
* Merge pull request #2455 from ethomson/equal_oidVicent Marti2014-07-022-3/+3
|\
| * Introduce cl_assert_equal_oidEdward Thomson2014-07-012-3/+3
* | checkout::conflict tests: only test owner modeEdward Thomson2014-06-261-1/+1
* | Update text=auto / core.autocrlf=false behaviorEdward Thomson2014-06-241-2/+7
|/
* crlf: pass-through mixed EOL buffers from LF->CRLFcmn/mixed-eol-passthroughCarlos Martín Nieto2014-06-231-8/+2
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-067-74/+99
* Tests for core.autocrlf and .gitattributesEdward Thomson2014-02-091-25/+94
* Prevent user's merge.conflictstyle from breaking testsBen Straub2014-02-051-0/+7
* Add reflog parameters to git_resetBen Straub2014-02-031-1/+1
* Add reflog params to git_branch_createBen Straub2014-01-301-1/+1
* Add reflog params to set-head callsBen Straub2014-01-302-13/+13
* diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-2/+2
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-253-6/+6
* Preserve tree filemode in index during checkoutEdward Thomson2014-01-221-0/+23
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* Overwrite ignored directories on checkoutEdward Thomson2013-12-131-7/+40
* Overwrite ignored files on checkoutEdward Thomson2013-12-131-0/+74
* Try a test that won't assert on LinuxRussell Belfer2013-12-111-2/+2
* Fix checkout notify callback docs and testsRussell Belfer2013-12-111-0/+78
* Rename tests-clar to testsBen Straub2013-11-149-0/+3239