CodeWarrior on Nostr: NOTE I did the following (because it complained about trailing whitespaces with git ...
NOTE
I did the following (because it complained about trailing whitespaces with git am):
0. copied the patch content to PATCHFILE
# no auto-commit
1. git apply --reject --whitespace=fix PATCHFILE
2. git diff to check that everything worked
3. git add ALL_FILES_RELEVANT_TO_PATCH
4. git commit...
I did the following (because it complained about trailing whitespaces with git am):
0. copied the patch content to PATCHFILE
# no auto-commit
1. git apply --reject --whitespace=fix PATCHFILE
2. git diff to check that everything worked
3. git add ALL_FILES_RELEVANT_TO_PATCH
4. git commit...