| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | strarray: we should `dispose` instead of `free` | Edward Thomson | 2020-06-01 | 1 | -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 paths | Etienne Samson | 2018-06-29 | 1 | -0/+18 |
| | | |||||
| * | tests: worktree/bare: fix git_worktree_validate | Etienne Samson | 2018-06-29 | 1 | -0/+2 |
| | | |||||
| * | tests: worktree/bare: check git_worktree_list | Etienne Samson | 2018-06-29 | 1 | -0/+5 |
| | | |||||
| * | tests: worktree/bare: gather all tests | Etienne Samson | 2018-06-29 | 1 | -0/+47 |
