git stash: make sure that .git/logs/refs/ exists
commitc34e9ff1dfc36e0c90e9a2b46102e51afc9f9121
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 27 Aug 2012 18:13:46 +0000 (27 13:13 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 10 May 2014 21:56:44 +0000 (10 16:56 -0500)
tree2a24196c1387c7be2926058d91654f15cf118219
parent4e4b3c742b2cc3a2a17cffb565fbfda026f0b4bd
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