git_refspec_string

Get the refspec's string

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

Parameters

refspec const(libgit2.types.git_refspec)*

the refspec

Return Value

Type: const(char)*

s the refspec's original string

Meta