libgit2

git_remote_fetchspec

Version:

Get the fetch refspec

Signature

const git_refspec *git_remote_fetchspec(git_remote *remote);

Parameters

In
remote

the remote

Returns

a pointer to the fetch refspec or NULL if it doesn't exist

Versions