libgit2

git_push_set_options

Version:

Set options on a push object

Signature

int git_push_set_options(git_push *push, const git_push_options *opts);

Parameters

In
push

The push object

In
opts

The options to set on the push object

Returns

int

0 or an error code

Versions