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 , void *);

Parameters

Versions