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