git_remote_get_refspec

Get a refspec from the remote

extern (C) nothrow @nogc
git_remote_get_refspec

Parameters

remote const(libgit2_d.types.git_remote)*

the remote to query

n size_t

the refspec to get

Return Value

Type: const(libgit2_d.types.git_refspec)*

the nth refspec

Meta