summaryrefslogtreecommitdiff
path: root/tests/checkout/tree.c
Commit message (Expand)AuthorAgeFilesLines
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-22/+22
* index: use new enum and structure namesEdward Thomson2018-12-011-3/+3
* Merge pull request #4702 from tiennou/fix/coverityPatrick Steinhardt2018-07-201-3/+3
|\
| * tests: add missing cl_git_pass to testsEtienne Samson2018-07-061-3/+3
* | treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-1/+1
|/
* checkout: FORCE doesn't halt on dirty indexEdward Thomson2018-06-291-11/+0
* index: commit the changes to the index properlyEdward Thomson2018-06-291-4/+23
* checkout tests: validate GIT_CHECKOUT_NO_REFRESHEdward Thomson2018-06-291-0/+64
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-4/+4
* tests: status::worktree: indicate skipped tests on Win32Patrick Steinhardt2018-01-031-0/+2
* tests: checkout::tree: check that the status list catches mode changesPatrick Steinhardt2017-10-091-0/+2
* tests: checkout::tree: extract check for status entrycountPatrick Steinhardt2017-10-091-17/+14
* checkout: test force checkout when mode changesethomson/checkout_typechangeEdward Thomson2017-10-071-0/+45
* checkout::tree test: cleanup memory leakEdward Thomson2017-01-231-4/+1
* Fix handling of GIT_CHECKOUT_DISABLE_PATHSPEC_MATCH flag.John Fultz2016-12-291-0/+38
* git_checkout_tree options fixStefan Huber2016-08-301-0/+4
* checkout: use empty baseline when no indexethomson/checkout_no_indexEdward Thomson2016-06-151-0/+63
* checkout: overwrite files with differing modesEdward Thomson2015-09-161-1/+2
* checkout::tree tests: don't use hardcoded modeEdward Thomson2015-09-161-8/+8
* checkout::tree tests: don't use static bufferEdward Thomson2015-09-161-6/+9
* Check that checkout preserves filemode in working directory.Matti Virolainen2015-09-161-0/+63
* Check that an executable in index is not an executable after checkout.Matti Virolainen2015-09-161-0/+11
* Rename GIT_EMERGECONFLICT to GIT_ECONFLICTEdward Thomson2015-05-291-7/+7
* conflict tests: use GIT_IDXENTRY_STAGE_SETEdward Thomson2015-05-281-3/+3
* checkout test: only run icase on icase platformEdward Thomson2015-05-041-79/+0
* Revert "Always checkout with case sensitive iterator"Edward Thomson2015-05-041-2/+13
* checkout test: ensure we write to casechanged dirEdward Thomson2015-05-041-0/+57
* checkout test: ignore unstaged case-changing renamesEdward Thomson2015-05-041-0/+22
* Fix git_checkout_tree() to do index filemodes correctly on Windows.John Fultz2015-04-061-2/+27
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-14/+14
* branch: don't accept a reflog message overrideCarlos Martín Nieto2015-03-031-3/+3
* reset: remove reflog message overrideCarlos Martín Nieto2015-03-031-1/+1
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-18/+18
* checkout tests: just use SAFE where appropriateEdward Thomson2015-02-271-7/+3
* checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson2015-02-271-5/+11
* checkout: upgrade to `SAFE_CREATE` when no index fileEdward Thomson2015-02-271-0/+36
* checkout: introduce GIT_CHECKOUT_DONT_WRITE_INDEXEdward Thomson2015-02-141-0/+80
* remove some unused warningsEdward Thomson2015-02-041-0/+4
* checkout test: ensure .gitattributes lifecycleEdward Thomson2015-02-021-0/+50
* checkout: introduce git_checkout_perfdataEdward Thomson2015-01-201-0/+29
* 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
* Plug leaksCarlos Martín Nieto2014-11-231-0/+2
* checkout_index: remove conflicts when checking out new filesEdward Thomson2014-11-061-3/+87
* Allow to propagate checkout callbacks to git HARD resetSven Strickroth2014-08-031-1/+1
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-18/+18
* 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-301-11/+11