summaryrefslogtreecommitdiff
path: root/tests/libgit2/diff
Commit message (Collapse)AuthorAgeFilesLines
* refactor: move utility tests into utilEdward Thomson2022-02-221-0/+25
|
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-2220-0/+11185
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.