Revision: 10104
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 8, 2008 11:31 by hoffstein
Initial Code
diff -u ORIGFILE CHANGEDFILE > patch.txt
Initial URL
http://wget.addictivecode.org/PatchGuidelines
Initial Description
Patches are created using the diff program. When making patches, please use the -u option, or if your diff doesn't support it, -c. Ordinary (context-free) diffs are notoriously prone to errors, since line numbers tend to change when others make changes to the same source file.
Initial Title
Create patch file
Initial Tags
Initial Language
Bash