git_stash_save_options_init

Initialize git_stash_save_options structure

Initializes a git_stash_save_options with default values. Equivalent to creating an instance with GIT_STASH_SAVE_OPTIONS_INIT.

@param opts The git_stash_save_options struct to initialize. @param version_ The struct version; pass GIT_STASH_SAVE_OPTIONS_VERSION. @return Zero on success; -1 on failure.

extern (C) nothrow @nogc public
int
git_stash_save_options_init

Meta