libgit2

git_refspec_dst

Version:

Get the destination specifier

Signature

const char *git_refspec_dst(const git_refspec *refspec);

Parameters

In
refspec

the refspec

Returns

const char *

the refspec's destination specifier

Versions