libgit2

git_refspec_string

Version:

Get the refspec's string

Signature

const char *git_refspec_string(const git_refspec *refspec);

Parameters

In
refspec

the refspec

Returns

const char *

the refspec's original string

Versions