git_stash_drop

Remove a single stashed state from the stash list.

@param repo The owning repository.

@param index The position within the stash list. 0 points to the most recent stashed state.

@return 0 on success, git_error_code.GIT_ENOTFOUND if there's no stashed state for the given index, or error code.

extern (C) nothrow @nogc
int
git_stash_drop

Meta