git_strarray_copy

Copy a string array object from source to target.

Note: target is overwritten and hence should be empty, otherwise its contents are leaked. Call git_strarray_free() if necessary.

@param tgt target @param src source @return 0 on success, < 0 on allocation failure

extern (C) nothrow @nogc
int
git_strarray_copy

Meta