Re: [PATCH v2 11/24] refs: convert dwim_log to struct object_id

2017-10-09 Thread Jonathan Nieder
brian m. carlson wrote: > Signed-off-by: brian m. carlson > --- > builtin/reflog.c | 4 ++-- > reflog-walk.c| 2 +- > refs.c | 8 > refs.h | 2 +- > sha1_name.c | 2 +- > 5 files changed, 9 insertions(+), 9 deletions(-)

[PATCH v2 11/24] refs: convert dwim_log to struct object_id

2017-10-08 Thread brian m. carlson
Signed-off-by: brian m. carlson --- builtin/reflog.c | 4 ++-- reflog-walk.c| 2 +- refs.c | 8 refs.h | 2 +- sha1_name.c | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/builtin/reflog.c