| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fileops: rename to "futils.h" to match function signatures | Patrick Steinhardt | 2019-07-20 | 1 | -1/+1 |
| | | | | | | | | | | Our file utils functions all have a "futils" prefix, e.g. `git_futils_touch`. One would thus naturally guess that their definitions and implementation would live in files "futils.h" and "futils.c", respectively, but in fact they live in "fileops.h". Rename the files to match expectations. | ||||
| * | Convert usage of `git_buf_free` to new `git_buf_dispose` | Patrick Steinhardt | 2018-06-10 | 1 | -1/+1 |
| | | |||||
| * | leaks: fix some leaks in the tests | Edward Thomson | 2016-03-31 | 1 | -0/+4 |
| | | |||||
| * | iterator: more pathlist-related tests should test actual paths | Marc Strapetz | 2016-03-24 | 1 | -5/+17 |
| | | |||||
| * | iterator: give the tests a proper hierarchy | Edward Thomson | 2016-03-24 | 1 | -0/+1064 |
| 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. | |||||
