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.

extern (C) nothrow @nogc
int
git_remote_get_fetch_refspecs

Parameters

array libgit2_d.strarray.git_strarray*

pointer to the array in which to store the strings

remote const(libgit2_d.types.git_remote)*

the remote to query

Meta