summaryrefslogtreecommitdiff
path: root/src/strarray.c
Commit message (Collapse)AuthorAgeFilesLines
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-011-2/+7
| | | | | | 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.
* strarray: move to its own fileEdward Thomson2020-06-011-0/+56