Re: [PATCH v2 6/6] merge-ort: fix directory rename on top of source of other rename/delete

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux