git stash: make sure that .git/logs/refs/ exists
commit3c8365cf359115ce830597c853ddc87145d4f1d3
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 27 Aug 2012 18:13:46 +0000 (27 13:13 -0500)
committerStepan Kasal <kasal@ucw.cz>
Wed, 16 Apr 2014 14:33:07 +0000 (16 16:33 +0200)
tree452853c925976153023ccb2d613bf37ca8150a2b
parentd4c36517ad7e3a3537719a79f95e48d1e0caf64a
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