git stash: make sure that .git/logs/refs/ exists
commit769afb7aecec9ddfbc0e223ed268cf265c2ce925
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 27 Aug 2012 18:13:46 +0000 (27 13:13 -0500)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Thu, 5 Dec 2013 23:20:15 +0000 (5 23:20 +0000)
treecf4c360572f6d8a7da821c1c37aa6fc3cfc40d68
parent71587142a7a71ed41490f4b707556faa68b2f1fe
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