Re: How can I share my patches ?

Bradley D. LaRonde (brad@ltc.com)
Fri, 1 Oct 1999 10:31:09 -0400


----- Original Message -----
From: <Fabian.Frederick@prov-liege.be>
To: <linux-kernel@vger.rutgers.edu>
Sent: Friday, October 01, 1999 10:24 AM
Subject: How can I share my patches ?

> -Does any script exist in order to produce patch files ?
> -How to include in that patch _new files_ created (I mean diff
> process
> should'nt see'em )?

diff -urN src/orig src/modified > patch-whatever

> -Does a patch made for version X will apply on version Y ?

It can, but not necessarily. Depends on what changed from X to Y.

Regards,
Brad

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