summaryrefslogtreecommitdiff
path: root/tests/iterator
Commit message (Expand)AuthorAgeFilesLines
* path: separate git-specific path functions from utilEdward Thomson2021-11-092-2/+2
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-173-21/+21
* 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-204-4/+4
* 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
* index: use new enum and structure namesEdward Thomson2018-12-011-12/+12
* iterator: optionally hash filesystem iteratorsEdward Thomson2018-11-031-0/+46
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-103-5/+5
* 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: iterator_helpers: assert number of iterator itemsPatrick Steinhardt2018-01-031-2/+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: use a `size_t`Edward Thomson2016-07-242-8/+6
* 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-313-0/+8
* iterator: new workdir-iterator test for pathlist + includings treesMarc Strapetz2016-03-241-0/+26
* iterator: new index-iterator test for pathlist + includings treesMarc Strapetz2016-03-241-0/+31
* iterator: more pathlist-related tests should test actual pathsMarc Strapetz2016-03-242-6/+23
* iterator: don't run the gunk test by default on CIEdward Thomson2016-03-241-1/+1
* iterator: refactor index iteratorEdward Thomson2016-03-244-58/+688
* iterator: give the tests a proper hierarchyEdward Thomson2016-03-245-0/+3375