Re: [PATCH v6 7/7] git-stash: use git-reflog instead of creating files

2015-06-29 Thread Junio C Hamano
OK, I'll squash in the last bit and restart today's integration run. Everything looks much nicer than any previous versions ;-) Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel

[PATCH v6 7/7] git-stash: use git-reflog instead of creating files

2015-06-29 Thread David Turner
This is in support of alternate ref backends which don't necessarily store reflogs as files. Signed-off-by: David Turner --- git-stash.sh | 4 ++-- refs.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/git-stash.sh b/git-stash.sh index 8e9e2cd..27155bc 100755 --- a/g