summaryrefslogtreecommitdiff
path: root/tests/iterator/index.c
Commit message (Collapse)AuthorAgeFilesLines
* index: use new enum and structure namesEdward Thomson2018-12-011-12/+12
| | | | Use the new-style index names throughout our own codebase.
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
|
* leaks: fix some leaks in the testsEdward Thomson2016-03-311-0/+2
|
* iterator: new index-iterator test for pathlist + includings treesMarc Strapetz2016-03-241-0/+31
|
* iterator: refactor index iteratorEdward Thomson2016-03-241-23/+644
|
* iterator: give the tests a proper hierarchyEdward Thomson2016-03-241-0/+731
Iterator tests were split over repo::iterator and diff::iterator, with duplication between the two. Move them to iterator::index, iterator::tree, and iterator::workdir.