summaryrefslogtreecommitdiff
path: root/tests/checkout/index.c
Commit message (Expand)AuthorAgeFilesLines
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-31/+31
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-9/+9
* checkout::index: free the indexEdward Thomson2020-05-231-0/+2
* tests: checkout: fix stylistic issues and static variablePatrick Steinhardt2020-05-161-19/+13
* tests::checkout: only examine test10 and test11.txtEdward Thomson2020-05-101-2/+2
* Create test case demonstrating checkout bug w/ pathspec match disabledFelix Lapalme2020-05-101-0/+59
* path: extract function to check whether a path supports symlinksPatrick Steinhardt2019-07-201-4/+4
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* tests: checkout: fix symlink.git being created outside of sandboxPatrick Steinhardt2019-06-071-1/+5
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-5/+5
* index: use new enum and structure namesEdward Thomson2018-12-011-3/+3
* symlink tests: test symbolic links on windowsethomson/win_symlinksEdward Thomson2018-10-201-31/+67
* tests: provide symlink support helper functionEdward Thomson2018-10-201-22/+3
* checkout tests: ensure readlink succeedsEdward Thomson2018-10-201-1/+3
* checkout tests: test symlinks based on support, not platformEdward Thomson2018-10-201-20/+48
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* test: Fix stat() test to mask out unwanted bitsFrançois Revol2016-05-241-2/+3
* checkout test: Apply umask to file-mode test as wellMichał Górny2015-12-011-1/+1
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-1/+1
* checkout test: check getcwd return valueEdward Thomson2015-06-291-1/+1
* conflict tests: use GIT_IDXENTRY_STAGE_SETEdward Thomson2015-05-281-3/+3
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-3/+1
* Test: Create repo in while current dir is readonly and checkout symlinkLinquize2015-04-041-0/+47
* checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson2015-02-271-19/+30
* checkout: remove files before writing new onesEdward Thomson2015-01-201-2/+2
* checkout_index: Remove stage 0 when checking out conflictsEdward Thomson2014-11-061-10/+39
* Introduce failing test for conflict filtering in indexEdward Thomson2014-10-131-0/+69
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-23/+23
* diff: rename the file's 'oid' to 'id'Carlos Martín Nieto2014-01-251-2/+2
* Rename tests-clar to testsBen Straub2013-11-141-0/+620