summaryrefslogtreecommitdiff
path: root/tests/libgit2/stash
Commit message (Collapse)AuthorAgeFilesLines
* stash: implement CI testingJacob Watson2022-07-141-0/+37
|
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-227-0/+1387
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.