Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 407 Bytes

PATCHES.rst

File metadata and controls

14 lines (9 loc) · 407 Bytes

Applying Patch Files

All .patch files found in this directory will be applied to this repository. Any that fail will be ignored with a logging error message.

To generate patch file, the following command can be used:

git diff [commit] [commit] > patches/myCoolPatchFile.patch

Any variation on the git diff command should also succeed in producing a suitable patch file.