git_stash_save_with_opts

Save the local modifications to a new stash, with options.

@param out_ Object id of the commit containing the stashed state. This commit is also the target of the direct reference refs/stash. @param repo The owning repository. @param opts The stash options. @return 0 on success, GIT_ENOTFOUND where there's nothing to stash, or error code.

extern (C) nothrow @nogc public
int
git_stash_save_with_opts

Meta