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

2015-06-15 Thread Junio C Hamano
brian m. carlson sand...@crustytoothpaste.net 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 sand...@crustytoothpaste.net --- builtin/clone.c| 16 +++--- builtin/fetch-pack.c |

[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 sand...@crustytoothpaste.net --- builtin/clone.c| 16 +++--- builtin/fetch-pack.c | 4 ++-- builtin/fetch.c| 50