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

2015-06-26 Thread Junio C Hamano
David Turner writes: > This is in support of alternate ref backends which don't necessarily > store reflogs as files. > > Signed-off-by: David Turner > --- 6/7 and 7/7 looked sensible; "git reflog create/exists" needs a doc update, though. Thanks. -- To unsubscribe from this list: send the lin

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

2015-06-25 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-stash.sh b/git-stash.sh index 8e9e2cd..27155bc 100755 --- a/git-stash.sh +++ b/git