Re: [PATCH v8 4/7] git-reflog: add exists command

2015-07-21 Thread Michael Haggerty
On 07/09/2015 03:50 PM, David Turner wrote: > Theis are necessary because alternate ref backends might store reflogs > somewhere other than .git/logs. Code that now directly manipulates > .git/logs should instead go through git-reflog. > > Signed-off-by: David Turner > --- > Documentation/git-r

[PATCH v8 4/7] git-reflog: add exists command

2015-07-09 Thread David Turner
Theis are necessary because alternate ref backends might store reflogs somewhere other than .git/logs. Code that now directly manipulates .git/logs should instead go through git-reflog. Signed-off-by: David Turner --- Documentation/git-reflog.txt | 4 builtin/reflog.c | 33 +++