Downloads
Reference
Learning
Security
Source
API Documentation
remote
git_remote_pushspec
Version:
v0.18.0
v0.17.0
v0.16.0
v0.15.0
v0.14.0
Get the push refspec
Signature
GitHub
const git_refspec *git_remote_pushspec(
const git_remote *remote
);
Parameters
const git_remote *
In
remote
the remote
Returns
const git_refspec *
a pointer to the push refspec or NULL if it doesn't exist
Versions
v0.18.0
v0.17.0
v0.16.0
v0.15.0
v0.14.0