Create patch file


/ Published in: Bash
Save to your folder(s)

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.

URL: http://wget.addictivecode.org/PatchGuidelines

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.