Stash save options structure
Initialize with GIT_STASH_SAVE_OPTIONS_INIT. Alternatively, you can use git_stash_save_options_init.
Flags to control the stashing process. (see GIT_STASH_* above)
Optional description along with the stashed state.
Optional paths that control which files are stashed.
The identity of the person performing the stashing.
See Implementation
Stash save options structure
Initialize with GIT_STASH_SAVE_OPTIONS_INIT. Alternatively, you can use git_stash_save_options_init.