git stash: make sure that .git/logs/refs/ exists
commit688cf6e0aaa72be08e3080588dfbb102c74b7936
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 27 Aug 2012 18:13:46 +0000 (27 13:13 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Apr 2014 18:53:34 +0000 (10 13:53 -0500)
tree452853c925976153023ccb2d613bf37ca8150a2b
parent14c3a3a230280d0e3f648877a7134c4d11c46bcf
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