libgit2

git_remote_pushspec

Version:

Get the push refspec

Signature

const git_refspec *git_remote_pushspec(const git_remote *remote);

Parameters

In
remote

the remote

Returns

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

Versions