On 2/25/2021 8:58 PM, Elijah Newren via GitGitGadget wrote: > + for (i = 0; i < rename_dst_nr; ++i) { > + /* File not part of directory rename counts if not a rename */ > + if (!rename_dst[i].is_rename) > + continue; > + ... > - /* File not part of directory rename if it wasn't renamed */ > - if (pair->status != 'R') > - continue; > - Thanks for updating to include this check! -Stolee