Re: [PATCH v2 03/10] Convert struct ref to use object_id.

2015-06-15 Thread Junio C Hamano
"brian m. carlson" writes: > Use struct object_id in three fields in struct ref and convert all the > necessary places that use it. > > Signed-off-by: brian m. carlson > --- > builtin/clone.c| 16 +++--- > builtin/fetch-pack.c | 4 ++-- > builtin/fetch.c| 50 +

[PATCH v2 03/10] Convert struct ref to use object_id.

2015-06-13 Thread brian m. carlson
Use struct object_id in three fields in struct ref and convert all the necessary places that use it. Signed-off-by: brian m. carlson --- builtin/clone.c| 16 +++--- builtin/fetch-pack.c | 4 ++-- builtin/fetch.c| 50 +-- builtin/