summaryrefslogtreecommitdiff
path: root/src/libgit2/strarray.h
Commit message (Collapse)AuthorAgeFilesLines
* strarray: remove deprecated declarationEdward Thomson2023-02-161-0/+25
`git_strarray_copy` is deprecated (and has been included in `deprecated.h` for some time). It should not have remained in the public `strarray.h`. Remove it.