Code

git-stash: do not remove a ref by hand.
authorJunio C Hamano <gitster@pobox.com>
Fri, 27 Jul 2007 06:24:28 +0000 (23:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Jul 2007 06:24:28 +0000 (23:24 -0700)
commit7ab3cc70a6aad2e4f8ccaa98e5520aa126eaef8f
tree8a37db98f1f68d18b91a1cdd71ea82b93b080e74
parent383e45cec40a0b881e59e44e011c410218ef476a
git-stash: do not remove a ref by hand.

Somebody on #git noticed that "git stash clear" left a packed
ref behind for ref/stash.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh