X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=git-stash.sh;h=328cd80d83a03a674e0541bddb6bce0532c682b7;hb=d9f5ea42ff04432d2e41c3d3d7d97a1eabe4f4f5;hp=5f09a47f0aa9abd85f1d4ed5a5892d23d0230aba;hpb=8388f986b6ff1335f8040418579c4365a4c210f2;p=git-core%2Fgit.git diff --git a/git-stash.sh b/git-stash.sh index 5f09a47f0..328cd80d8 100755 --- a/git-stash.sh +++ b/git-stash.sh @@ -580,7 +580,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 entry")"