Re: [PATCH v2 15/21] sha1-array: convert internal storage for struct sha1_array to object_id

2017-03-28 Thread Jeff King
On Sun, Mar 26, 2017 at 04:01:37PM +, brian m. carlson wrote: > Make the internal storage for struct sha1_array use an array of struct > object_id internally. Update the users of this struct which inspect its > internals. Yay. I'm happy to see all those gross (*sha1)[20] bits go away.

[PATCH v2 15/21] sha1-array: convert internal storage for struct sha1_array to object_id

2017-03-26 Thread brian m. carlson
Make the internal storage for struct sha1_array use an array of struct object_id internally. Update the users of this struct which inspect its internals. Signed-off-by: brian m. carlson --- bisect.c | 14 +++--- builtin/pull.c | 22