summaryrefslogtreecommitdiff
path: root/tests/libgit2/patch/patch_common.h
Commit message (Collapse)AuthorAgeFilesLines
* test: add test that regenerates patches with spaces in filenameIliyas Jorio2022-03-131-0/+9
| | | This currently crashes, proposed fix in subsequent commit.
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-221-0/+1005
Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2.