libgit2

git_checkout_progress_cb

Version:

Checkout progress notification function.

Signature

typedef void git_checkout_progress_cb(const char *path, size_t completed_steps, size_t total_steps, void *payload);

Parameters

const char *
In
path

the path to the file being checked out

size_t
In
completed_steps

number of checkout steps completed

size_t
In
total_steps

number of total steps in the checkout process

void *
In
payload

the user-supplied callback payload

Versions