git_refspec_force

Get the force update setting

extern (C) nothrow @nogc
int
git_refspec_force

Parameters

refspec const(libgit2_d.types.git_refspec)*

the refspec

Return Value

Type: int

1 if force update has been set, 0 otherwise

Meta