summaryrefslogtreecommitdiff
path: root/tests/worktree/bare.c
Commit message (Collapse)AuthorAgeFilesLines
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-011-2/+2
| | | | | | We _dispose_ the contents of objects; we _free_ objects (and their contents). Update `git_strarray_free` to be `git_strarray_dispose`. `git_strarray_free` remains as a deprecated proxy function.
* tests: worktree/bare: test some pathsEtienne Samson2018-06-291-0/+18
|
* tests: worktree/bare: fix git_worktree_validateEtienne Samson2018-06-291-0/+2
|
* tests: worktree/bare: check git_worktree_listEtienne Samson2018-06-291-0/+5
|
* tests: worktree/bare: gather all testsEtienne Samson2018-06-291-0/+47