git_remote_get_fetch_refspecs

Get the remote's list of fetch refspecs

The memory is owned by the user and should be freed with git_strarray_free.

@param array pointer to the array in which to store the strings @param remote the remote to query

extern (C) nothrow @nogc
int
git_remote_get_fetch_refspecs

Meta