git_refspec_dst

Get the destination specifier

extern (C) nothrow @nogc
const(char)*
git_refspec_dst

Parameters

refspec const(libgit2_d.types.git_refspec)*

the refspec

Return Value

Type: const(char)*

the refspec's destination specifier

Meta