git stash: make sure that .git/logs/refs/ exists
commite7510461b7db54b181d07acced0ed3b1ada072c8
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 27 Aug 2012 18:13:46 +0000 (27 13:13 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 27 Aug 2012 18:13:46 +0000 (27 13:13 -0500)
treeedd6e790d023ed4c64a4ff1baa8f5b0bb44e33b5
parent6767ed8e5d1522751f363a7da7ff585373eaf077
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