Re: [PATCH 4/6] refs: replace log_ref_write with create_reflog

2015-06-25 Thread Junio C Hamano
David Turner dtur...@twopensource.com writes: In a moment, we will use this to add reflog creation commands to git-reflog. Signed-off-by: David Turner dtur...@twopensource.com --- The title is misleading, if this is merely renaming. I first thought with this change the current callers of

[PATCH 4/6] refs: replace log_ref_write with create_reflog

2015-06-24 Thread David Turner
In a moment, we will use this to add reflog creation commands to git-reflog. Signed-off-by: David Turner dtur...@twopensource.com --- builtin/checkout.c | 2 +- refs.c | 4 ++-- refs.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git