git_refspec_string

Get the refspec's string

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

Parameters

refspec const(libgit2_d.types.git_refspec)*

the refspec

@returns the refspec's original string

Meta