Jon Smirl writes: > Anyone have a nice script for suppressing diffs caused by CVS keyword > expansion when someone checked the kernel sources into CVS? I usually just say (with GNU diff) diff -I $$ ... which is crude, but should be enough to get rid of the hunks listed by you. You might also want -x CVS if you have the metadata files. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html