Lines Matching refs:diff
50 1) "diff -up"
53 If you must generate your patches by hand, use "diff -up" or "diff -uprN"
58 generated by diff(1). When creating your patch, make sure to create it
59 in "unified diff" format, as supplied by the '-u' argument to diff(1).
61 change is in - that makes the resultant diff a lot easier to read.
74 diff -up $SRCTREE/$MYFILE{.orig,} > /tmp/patch
77 or unmodified kernel source tree, and generate a diff against your
84 diff -uprN -X linux-3.19-vanilla/Documentation/dontdiff \
88 the build process, and should be ignored in any diff(1)-generated
93 generated it with diff(1), to ensure accuracy.
627 - The actual patch (diff output).