Re: [PATCH v2 00/42] object_id part 13

2018-05-02 Thread brian m. carlson
On Wed, May 02, 2018 at 05:32:24PM +0200, Duy Nguyen wrote: > Interdiff for people who don't have time to read 42 patches yet Thanks for this. I had intended to include tbdiff output in my series but had forgotten when I reformatted the patches. -- brian m. carlson: Houston, Texas, US OpenPGP: h

Re: [PATCH v2 00/42] object_id part 13

2018-05-02 Thread Duy Nguyen
On Wed, May 02, 2018 at 12:25:28AM +, brian m. carlson wrote: > Changes from v1: > * Add missing sign-off. > * Removed unneeded braces from init_pack_info. > * Express 51 in terms of the_hash_algo->hexsz. > * Fix comments referring to SHA-1. > * Update commit messages as suggested. > * Add and

[PATCH v2 00/42] object_id part 13

2018-05-01 Thread brian m. carlson
This is the thirteenth series of patches to convert to struct object_id and the_hash_algo. The series adds an oidread function to read object IDs from a buffer, removes unused structure members (which therefore don't require conversion), converts various functions to struct object_id, and improves