git stash: make sure that .git/logs/refs/ exists
commit2280b8fa8869ad784d45729dee2ee96686337c73
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 27 Aug 2012 18:13:46 +0000 (27 13:13 -0500)
committerStepan Kasal <kasal@ucw.cz>
Thu, 15 May 2014 07:43:04 +0000 (15 09:43 +0200)
tree2a24196c1387c7be2926058d91654f15cf118219
parent94696668a7cd46bc0a9e43c0496445d227d7bf98
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