libgit2

git_refspec_src

Version:

Get the source specifier

Signature

const char *git_refspec_src(const git_refspec *refspec);

Parameters

In
refspec

the refspec

Returns

const char *

the refspec's source specifier

Versions