git-stash: Make sure reflog is created for refs/stash
commitf12e925ac23ad6169e046cfe05b8438a1611ad58
authorしらいしななこ <nanako3@bluebottle.com>
Sat, 28 Jul 2007 01:44:48 +0000 (28 10:44 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Jul 2007 07:06:00 +0000 (28 00:06 -0700)
tree8afe159284e9d4ea74f482038799f45b3e80fbd9
parent11bb2d4fa9ebc7481828c25752d8c23233b24c76
git-stash: Make sure reflog is created for refs/stash

Earlier commit 7ab3cc70 fixed "stash clear" but broke save_stash,
because it forgot to make sure the reflog file exists before saving.

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