summaryrefslogtreecommitdiff
path: root/tests/status/worktree.c
Commit message (Expand)AuthorAgeFilesLines
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* index: use new enum and structure namesEdward Thomson2018-12-011-3/+3
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-2/+2
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-8/+8
* Merge pull request #4257 from pks-t/pks/stale-testEdward Thomson2018-01-031-0/+4
|\
| * tests: status::worktree: indicate skipped tests on Win32Patrick Steinhardt2018-01-031-0/+4
* | status: Add a baseline field to git_status_options for comparing to trees oth...David Catmull2017-11-301-0/+31
|/
* tests: skip the unreadable file tests as rootEdward Thomson2016-04-111-0/+3
* leaks: fix some leaks in the testsEdward Thomson2016-03-311-2/+8
* Failing test.joshaber2016-03-231-10/+53
* iterator: test pathlist handling for directoriesMarc Strapetz2016-03-231-0/+82
* status: update test to include valid OIDEdward Thomson2016-03-231-1/+1
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-171-5/+5
* diff: check files with the same or newer timestampsCarlos Martín Nieto2015-06-221-0/+2
* status: test that symlinks don't lose their modeEdward Thomson2015-06-201-0/+48
* tests: tick the index when we count OID calculationsCarlos Martín Nieto2015-06-161-0/+6
* Fixed build warnings on Xcode 6.1Pierre-Olivier Latour2015-06-021-2/+2
* diff conflicts: don't include incorrect IDEdward Thomson2015-05-281-0/+46
* diff/status: introduce conflictsEdward Thomson2015-05-281-2/+2
* index: validate mode of new conflictsEdward Thomson2015-05-281-0/+6
* conflicts: when adding conflicts, remove stagedEdward Thomson2015-05-281-1/+1
* Don't include the unreadable tests on win32Edward Thomson2014-08-131-0/+4
* Add another test for unreadable and not included.Alan Rogers2014-06-041-0/+32
* Add GIT_STATUS_OPT_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-031-1/+36
* Fix the no permissions test.Alan Rogers2014-05-301-3/+2
* We do expect the foo path in the nopermissions testAlan Rogers2014-05-231-2/+2
* Remove errant newlineAlan Rogers2014-05-221-1/+0
* Simplify the no permission test.Alan Rogers2014-05-211-6/+4
* Skip unreadable files for now.Alan Rogers2014-05-151-2/+5
* Simplify the test.Alan Rogers2014-05-151-10/+5
* Add a test (failing) for a work tree status.Alan Rogers2014-05-141-0/+38
* Remove trace / add git_diff_perfdata struct + apiRussell Belfer2014-05-021-39/+36
* Add payloads, bitmaps to trace APIRussell Belfer2014-05-021-27/+5
* Don't use trace if GIT_TRACE not definedRussell Belfer2014-05-021-0/+6
* Add GIT_STATUS_OPT_UPDATE_INDEX and use trace APIRussell Belfer2014-05-021-7/+84
* Skip diff oid calc when size definitely changedRussell Belfer2014-05-021-1/+5
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-6/+6
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-2/+2
* Rename tests-clar to testsBen Straub2013-11-141-0/+875