On Fri, 2008-05-02 at 13:44 -0700, akpm@xxxxxxxxxxxxxxxxxxxx wrote: > From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > > Those '<<<<<<<' lines keep on emitting false-positives when I'm grepping for > git conflicts. Replace them with '='. I'm not opposed to this in principle, but I have to ask how? The grep for conflicts remaining in a file is egrep '^<<<<<<<|^=======|^>>>>>>' <file> Which doesn't match anything in the aic7xxx directory. If you're grepping without the anchor, then you're going to get another match looking for ===== with your change, aren't you? James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html