On Tue, Aug 5, 2025 at 1:18 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > "Elijah Newren via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > > > + return mi->clean || (side_mask & (ci->filemask | ci->dirmask)) > > + /* See testcases 12{n,p,q} for more details on this next condition */ > > + || ((ci->filemask & 0x01) && > > + strcmp(p->one->path, path)); > > All the other references to testcase in this file tell the readers > which file to look at, but except for this one. > > /* See testcases 12[npq] of t6423 */ > > or something, probably. Good catch; will fix.