libgit2

git_stash_apply_options

Version:

Stash application options structure

Initialize with GIT_STASH_APPLY_OPTIONS_INIT. Alternatively, you can use git_stash_apply_options_init.

Signature

typedef struct git_stash_apply_options { unsigned int version uint32_t flags git_checkout_options checkout_options git_stash_apply_progress_cb progress_cb void *progress_payload };

Members

unsigned int
version
uint32_t
flags

See git_stash_apply_flags, above.

checkout_options

Options to use when writing files to the working directory.

progress_cb

Optional callback to notify the consumer of application progress.

void *
progress_payload

Parameter To

Versions