libgit2

git_refspec_force

Version:

Get the force update setting

Signature

int git_refspec_force(const git_refspec *refspec);

Parameters

In
refspec

the refspec

Returns

int

1 if force update has been set, 0 otherwise

Versions