Re: [PATCH v2 00/16] object_id part 14

2018-07-16 Thread Stefan Beller
On Mon, Jul 16, 2018 at 8:21 AM Taylor Blau wrote: > > On Mon, Jul 16, 2018 at 01:27:52AM +, brian m. carlson wrote: > > This is the fourteenth series of patches to switch to using struct > > object_id and the_hash_algo. This series converts several core pieces > > to use struct object_id,

Re: [PATCH v2 00/16] object_id part 14

2018-07-16 Thread Taylor Blau
On Mon, Jul 16, 2018 at 01:27:52AM +, brian m. carlson wrote: > This is the fourteenth series of patches to switch to using struct > object_id and the_hash_algo. This series converts several core pieces > to use struct object_id, including the oid* and hex functions. > > All of these patches

Re: [PATCH v2 00/16] object_id part 14

2018-07-16 Thread Derrick Stolee
On 7/15/2018 9:27 PM, brian m. carlson wrote: This is the fourteenth series of patches to switch to using struct object_id and the_hash_algo. This series converts several core pieces to use struct object_id, including the oid* and hex functions. All of these patches have been tested with both

[PATCH v2 00/16] object_id part 14

2018-07-15 Thread brian m. carlson
This is the fourteenth series of patches to switch to using struct object_id and the_hash_algo. This series converts several core pieces to use struct object_id, including the oid* and hex functions. All of these patches have been tested with both SHA-1 and a 256-bit hash. Most of these patches