diff options
Diffstat (limited to 'git-stash.sh')
-rwxr-xr-x | git-stash.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/git-stash.sh b/git-stash.sh index cc28368b01..d4cf818be9 100755 --- a/git-stash.sh +++ b/git-stash.sh @@ -442,8 +442,6 @@ apply_stash () { assert_stash_like "$@" git update-index -q --refresh || die "$(gettext "unable to refresh index")" - git diff-index --cached --quiet --ignore-submodules HEAD -- || - die "$(gettext "Cannot apply stash: Your index contains uncommitted changes.")" # current index state c_tree=$(git write-tree) || |