On Tue, 11 Jun 2024, Junio C Hamano <gitster@xxxxxxxxx> wrote: > * gt/unit-test-oidtree (2024-06-10) 1 commit > - t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c > > "oidtree" tests were rewritten to use the unit test framework. > > Expecting a reroll. > cf. <7o6fuymnfn6b6buyw3yyctjd4dlwlrazspv3xgxvys6djjivxh@qbhyurorgbtt> > source: <20240608165731.29467-1-shyamthakkar001@xxxxxxxxx> After rebasing on Patrick's -Wwrite-strings work, I haven't found any more changes to do. All the errors were regarding this one change which was 'char *query' -> 'const char *query', but that change is already amended by you and in your tree. So, the version in your tree should be good to go as is. (Unless some other reviews come in) Thanks.