libgit2

git_stash_apply_progress_cb

Version:

Stash application progress notification function. Return 0 to continue processing, or a negative value to abort the stash application.

Signature

typedef int git_stash_apply_progress_cb(git_stash_apply_progress_t progress, void *payload);

Parameters

In
progress

the progress information

void *
In
payload

the user-specified payload to the apply function

Returns

int

0 on success, -1 on error

Versions