git_refspec_force

Get the force update setting

extern (C) nothrow @nogc public
int
git_refspec_force

Parameters

refspec const(libgit2.types.git_refspec)*

the refspec

Return Value

Type: int

1 if force update has been set, 0 otherwise

Meta