summaryrefslogtreecommitdiff
path: root/tests/iterator/workdir.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalEdward Thomson2021-09-301-9/+9
* tests: don't generate false positives on empty path segmentsPeter Pettersson2021-08-081-1/+1
* tests: iterator: fix iterator expecting too few itemsPatrick Steinhardt2020-02-071-9/+9
* refs: refuse to delete HEADJosh Bleecher Snyder2020-01-151-1/+2
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* attr: ensure regular attr files can have whitespaceethomson/ignore_spacesEdward Thomson2019-05-241-1/+1
* tests: fix test expectation mismatchEtienne Samson2019-01-141-2/+2
* iterator: optionally hash filesystem iteratorsEdward Thomson2018-11-031-0/+46
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* tests: iterator::workdir: fix GCC warningPatrick Steinhardt2018-05-041-1/+1
* testrepo: add new branchEdward Thomson2018-02-231-1/+2
* tests: iterator::workdir: fix reference count in stale testPatrick Steinhardt2018-01-031-1/+1
* tests: status::worktree: indicate skipped tests on Win32Patrick Steinhardt2018-01-031-0/+2
* tests: add merge-conflict branch for testrepoPatrick Steinhardt2017-02-131-1/+2
* tests: add worktree test dataPatrick Steinhardt2017-02-131-1/+2
* tests: skip the unreadable file tests as rootEdward Thomson2016-04-111-0/+5
* iterator: support trailing `/` in start for submodEdward Thomson2016-04-021-6/+12
* leaks: fix some leaks in the testsEdward Thomson2016-03-311-0/+2
* iterator: new workdir-iterator test for pathlist + includings treesMarc Strapetz2016-03-241-0/+26
* iterator: more pathlist-related tests should test actual pathsMarc Strapetz2016-03-241-1/+6
* iterator: don't run the gunk test by default on CIEdward Thomson2016-03-241-1/+1
* iterator: refactor index iteratorEdward Thomson2016-03-241-35/+0
* iterator: give the tests a proper hierarchyEdward Thomson2016-03-241-0/+1462