git_stash_apply_options

Stash application options structure

Initialize with GIT_STASH_APPLY_OPTIONS_INIT. Alternatively, you can use git_stash_apply_options_init.

Members

Variables

checkout_options
libgit2_d.checkout.git_checkout_options checkout_options;

Options to use when writing files to the working directory.

flags
uint flags;

See git_stash_apply_flags, above.

progress_cb
.git_stash_apply_progress_cb progress_cb;

Optional callback to notify the consumer of application progress.

progress_payload
void* progress_payload;
Undocumented in source.
version_
uint version_;
Undocumented in source.

Meta