Skip to content

Patches

quentin452 edited this page May 1, 2024 · 3 revisions

In the ./enhancements folder, there are several .patch files, which can be applied in the following manner:

git apply enhancements/NAMEOFTHEPATCH.patch --ignore-whitespace --reject

If any rejections occur, you can search for them with find | grep .rej. Try to solve rejections through wiggle.

wiggle rejection.rej --replace

Clone this wiki locally