libgit2

git_push_unpack_ok

Version:

Check if remote side successfully unpacked

Signature

int git_push_unpack_ok(const git_push *push);

Parameters

In
push

The push object

Returns

int

true if remote side successfully unpacked, false otherwise

Versions