/ Published in: Bash
URL: http://wget.addictivecode.org/PatchGuidelines
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.
Expand |
Embed | Plain Text
diff -u ORIGFILE CHANGEDFILE > patch.txt
You need to login to post a comment.
