[Mono-list] how do i send a patch to mono?

Miguel de Icaza miguel@ximian.com
Sun, 04 Jan 2004 18:14:48 -0500


Hello,

> silly question really, but i can't find it on the site. this is my first
> free software contribution so i'm wondering, when i'm happy with my
> changes (tested it, etc.) how do i create the patch to send it to the
> mailing list? can you please tell me the commands and syntax. 

Use the command:

	diff -u oldfile newfile

And mail us the output

If you made many changes in a directory, make sure you have a copy of
the old and new, and do:

	diff -ruN olddir newdir