git stash: make sure that .git/logs/refs/ exists
commit0bc762451f14ccaf3da94e0a5f786e7e76bc608f
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 27 Aug 2012 18:13:46 +0000 (27 13:13 -0500)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Mon, 1 Oct 2012 13:35:50 +0000 (1 14:35 +0100)
tree5db8edf914b2565b2e2d1e77bdf979991d958b73
parent4f1c5cfec342ae2e1a8b2f02c9800a3543481f3c
git stash: make sure that .git/logs/refs/ exists

If the user has not activated reflogs, or if nothing has been recorded
yet (as is the case directly after cloning), said directory may not
exist yet.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-stash.sh