Re: [PATCH 06/24] Convert check_connected to use struct object_id

2017-10-02 Thread Stefan Beller
On Sun, Oct 1, 2017 at 3:08 PM, brian m. carlson wrote: > Convert check_connected and the callbacks it takes to use struct > object_id. > > diff --git a/connected.c b/connected.c > index f416b05051..4a47f33270 100644 > --- a/connected.c > +++ b/connected.c > @@

[PATCH 06/24] Convert check_connected to use struct object_id

2017-10-01 Thread brian m. carlson
Convert check_connected and the callbacks it takes to use struct object_id. Signed-off-by: brian m. carlson --- builtin/clone.c| 4 ++-- builtin/fetch.c| 4 ++-- builtin/receive-pack.c | 10 +- connected.c| 18