git_stash_save_options

Stash save options structure

Initialize with GIT_STASH_SAVE_OPTIONS_INIT. Alternatively, you can use git_stash_save_options_init.

Members

Variables

flags
uint flags;

Flags to control the stashing process. (see GIT_STASH_* above)

message
const(char)* message;

Optional description along with the stashed state.

paths
libgit2.strarray.git_strarray paths;

Optional paths that control which files are stashed.

stasher
const(libgit2.types.git_signature)* stasher;

The identity of the person performing the stashing.

version_
uint version_;
Undocumented in source.

Meta