Re: [PATCH 00/53] object_id part 8
From: Junio C Hamano <hidden>
Date: 2017-04-24 06:24:09
"brian m. carlson" [off-list ref] writes:
This is the eighth series of patches to convert unsigned char [20] to struct object_id. This series converts lookup_commit, lookup_blob, lookup_tree, lookup_tag, and finally parse_object to struct object_id. A small number of functions have temporaries inserted during the conversion in order to allow conversion of functions that still need to take unsigned char *; they are removed either later in the series or will be in a future series. This series can be fetched from the object-id-part8 branch from either of the follwing: https://github.com/bk2204/git https://git.crustytoothpaste.net/git/bmc/git.git
This is a huge series with a lot of effort and some of the patches (non-mechanical ones) may need careful double-checking, which I'll try later. I think I managed to deconflict other topics in flight (including some stalled ones that I should have discarded earlier). Thanks.