libgit2

git_packbuilder_progress

Version:

Packbuilder progress notification function.

Signature

typedef int git_packbuilder_progress(int stage, uint32_t current, uint32_t total, void *payload);

Parameters

int
In
stage

the stage of the packbuilder

uint32_t
In
current

the current object

uint32_t
In
total

the total number of objects

void *
In
payload

the callback payload

Returns

int

0 on success or an error code

Parameter To

Versions