strarray: deprecate git_strarray_copy
We should not be in the business of copying strings around for users. We either return a strarray that can be freed, or we take one (and do not mutate it).
Showing
Please
register
or
sign in
to comment
We should not be in the business of copying strings around for users. We either return a strarray that can be freed, or we take one (and do not mutate it).