Re: [PATCH 1/2] remotes.c: update calls to new signature for repack_without_refs

2014-06-13 Thread Ronnie Sahlberg
It should have been in [PATCH v16 08/48] refs.c: add an err argument to repack_without_refs but it is not. It must have gone AWOL during one of the many conflicts. It should be there nevertheless since we change the signature for this function in this patch. On Fri, Jun 13, 2014 at 12:40 PM, Jun

Re: [PATCH 1/2] remotes.c: update calls to new signature for repack_without_refs

2014-06-13 Thread Junio C Hamano
Ronnie Sahlberg writes: > This should be merged into patch: > 00c74db refs.c: add an err argument to repack_without_refs > > Signed-off-by: Ronnie Sahlberg > --- > builtin/remote.c | 5 +++-- > refs.h | 3 ++- > 2 files changed, 5 insertions(+), 3 deletions(-) > > diff --git a/builtin