Created Patches (markdown)

master
rai 2020-05-10 15:58:56 +02:00
parent 4afc4e9895
commit 250495920f
1 changed files with 11 additions and 0 deletions

11
Patches.md Normal file

@ -0,0 +1,11 @@
In the `./enhancements` folder, there are several .patch files, which can be applied in the following manner:
```
git apply fps.patch --ignore-whitespace --reject
```
If any rejections occur, you can search for them with `find | grep .rej`.
Try to solve rejections through [wiggle](https://github.com/neilbrown/wiggle).
```
wiggle rejection.rej --replace
```