"Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > -void overlay_tree_on_index(struct index_state *istate, > - const char *tree_name, const char *prefix) Thanks for moving the code in such a way that it's easy to see with --color-moved. I saw that there was no corresponding .h change (unlike the parent), but this function is declared in cache.h, so that makes sense. (I think this will be dealt later on in this series anyway.) Up to here looks good.