Lines Matching refs:patch
3 - 0000-build.patch: changes from the upstream version, mostly related to the
5 - 0001-simd.patch: integrate Intel SIMD optimizations from
7 - 0002-uninitializedcheck.patch: prevent uninitialized use of state->check
9 == Procedure to create a patch file ==
12 - git format-patch master --stdout > foo.patch # where naming follows a growing
13 # number plus patch description.
14 - git add foo.patch
15 - git commit -a -m "Local patch."
19 the need to append this file with a description of what the patch does. This
29 intention is not immediately clear, generate a .patch file to go with your
38 then the intent is clear and a .patch file doesn't need to be generated (since