Re: [PATCH v2 00/53] object_id part 8
From: Stefan Beller <hidden>
Date: 2017-05-01 21:13:02
On Sun, Apr 30, 2017 at 7:28 PM, brian m. carlson [off-list ref] wrote:
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 Changes from v1: * Rebase on master. This led to a conflict with the ref-cache changes in patch 39. Extra-careful review here would be welcome. * Undo the needless line rewrapping. * Fix the commit message typo. * Use GIT_MAX_RAWSZ instead of struct object_id for the pack checksum.
Thanks, this addresses all reviewer concerns from last round. I'll give my eyes some rest before reviewing it unless someone else reviews this series as I find these large cocci patches very tiring. It is like being a goal keeper of the winning team in soccer, where a lot of the time nothing really happens, but then there are these tiny critical sections that need high concentration. Thanks, Stefan