Gilad Ben-Yossef <[EMAIL PROTECTED]> writes:

> diff -X ti_dontdiff  -pBbNaur -X dontdiff this-kernel/ that-kernel/ -I
> '\$Id' -I '\$Header' -I '\$Date' -I '\$Source' -I '\$Auther'

I forgot to mention the obvious in my previous response: if you are
comparing two versions under CVS control (which is not the case for
you, I gather), then there are additional CVS-specific options to
exclude keyword diffs:

$ cvs diff -u -r1.27 clone.cc | grep "\$Id"
-       "$Id: clone.cc,v 1.27 2006/07/10 08:30:21 olegg Exp $";
+       "$Id: clone.cc,v 1.25.2.1 2006/07/10 08:16:40 olegg Exp $";
$ cvs diff -u -r1.27 -kk clone.cc | grep "\$Id"
$

See info cvs.

-- 
Oleg Goldshmidt | [EMAIL PROTECTED] | http://www.goldshmidt.org

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to