Creating and sending your patches | drupal.org: “The easiest way to get set up for making and sending patches is to get CVS working. Then you can just type: cvs diff -u -F^f [file to patch] to generate a patch. To output it to a file, go: cvs diff -u -F^f [file to patch] > [outfile]”