diff --git a/git-stash.sh b/git-stash.sh index 2fb651b2b8..88bb192525 100755 --- a/git-stash.sh +++ b/git-stash.sh @@ -570,7 +570,7 @@ apply_stash () { if test -n "$u_tree" then - GIT_INDEX_FILE="$TMPindex" git-read-tree "$u_tree" && + GIT_INDEX_FILE="$TMPindex" git read-tree "$u_tree" && GIT_INDEX_FILE="$TMPindex" git checkout-index --all && rm -f "$TMPindex" || die "$(gettext "Could not restore untracked files from stash")"