[Ilugc] how to write patch!

  • From: logulinux@xxxxxxx (Logu)
  • Date: Thu Mar 31 17:11:31 2005


Hi all, 

A little help on how to create a patch and i am new to this!

For eg, 

I have a two linux sources as "linux-new" and "linux-old"

I want to create a patch for "linux-old" . On adding patch it should be
"linux-new"

let me know how diff works ?

man diff.
more accurately, the unified diff is obtained using

diff -Nur linux-old linux-new

-Logu

Other related posts: