Re: creating incremental diffs

From: John Bradford (john@grabjohn.com)
Date: Fri Feb 14 2003 - 16:06:54 EST


> let's say i want to create an incremental diff between
> 2.4.21pre4aa1 and aa2.
>
> how do i do that?

Something like:

cd /usr/src/
diff -rNu linux-2.4.21pre4aa1 linux-2.4.21pre4aa2 > patch

should do it.

John.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Feb 15 2003 - 22:00:58 EST