How to Create Drupal Patches
A page that explains the official format for submitting drupal patches. (Short form: diff -up old.php new.php > file.patch or diff -urNp old_directory new_directory > file.patch)
A page that explains the official format for submitting drupal patches. (Short form: diff -up old.php new.php > file.patch or diff -urNp old_directory new_directory > file.patch)