git_refspec_free

Free a refspec object which has been created by git_refspec_parse

extern (C) nothrow @nogc
void
git_refspec_free

Parameters

refspec libgit2_d.types.git_refspec*

the refspec object

Meta