From 250495920fc1486e9b522985faabaa6c7a1080e1 Mon Sep 17 00:00:00 2001 From: rai Date: Sun, 10 May 2020 15:58:56 +0200 Subject: [PATCH] Created Patches (markdown) --- Patches.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Patches.md diff --git a/Patches.md b/Patches.md new file mode 100644 index 0000000..2dfc059 --- /dev/null +++ b/Patches.md @@ -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 +``` +