On 1/12/2023 7:55 AM, Ævar Arnfjörð Bjarmason wrote: > We're doing this by making use of the INDEX_STATE_INIT() macro (and > corresponding function) added in the preceding commit, which now have > mandatory "repo" arguments. As seen here there are cases where we set > it to NULL, but only if we're about to fill in the correct non-NULL > "repo" right afterwards. The changes in part 5 to depend on INDEX_STATE_INIT and index_state_init() make the changes in this patch much more mechanical and easy to follow. Thanks, -Stolee