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.
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.