On Sun, Oct 1, 2017 at 3:08 PM, brian m. carlson <sandals@xxxxxxxxxxxxxxxxxxxx> wrote: > This is the tenth in a series of patches to convert from unsigned char > [20] to struct object_id. This series mostly involves changes to the > refs code. After these changes, there are almost no references to > unsigned char in the main refs code. > > I've tried to update the code comments as I've touched them, but if I've > missed any, please point them out. A big thank-you goes out to René > Scharfe, who did the work to make resolve_ref_unsafe optionally take a > NULL pointer; this dramatically reduced the size of one of the patches, > and allowed a few others to be dropped during the rebase. > > I apologize for the unintended bounced emails that occurred in late > August; my mail server (previously hosted at home) got knocked offline > because I was without Internet for over a week after Hurricane Harvey. > I've since relocated mail to New York, so that shouldn't happen again. I hope you are ok. (It's not just mail servers that don't like water, but other personal belongings, too) > > This series is available from the following URL: > https://github.com/bk2204/git.git object-id-part10 > The whole series has been Reviewed-by: Stefan Beller <sbeller@xxxxxxxxxx>