git-stash: use update-ref --create-reflog instead of creating files
commit89dea973349769efa8facc6f7b11095958205d4d
authorDavid Turner <dturner@twopensource.com>
Tue, 21 Jul 2015 21:04:56 +0000 (21 17:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Jul 2015 21:08:49 +0000 (21 14:08 -0700)
treeddd570b088081e3224e5f74f1b0f02035eded08c
parent144c76fa39254903cb1e8e2d6d159603077356a7
git-stash: use update-ref --create-reflog instead of creating files

This is in support of alternate ref backends which don't necessarily
store reflogs as files.

Signed-off-by: David Turner <dturner@twopensource.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-stash.sh