summaryrefslogtreecommitdiff
path: root/tests/libgit2/worktree
Commit message (Collapse)AuthorAgeFilesLines
* #6366: When a worktree is missing, return GIT_ENOTFOUND.Miguel Arroz2022-08-301-1/+1
|
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-2211-0/+1502
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.