Scaly or anyone else-- would you be able to help me out with this? This is my terminal log. I don't get any errors when checking the patch (on a clean build of stable Intersect) but when I apply the patch it's giving me tons of errors I can't reconcile. Is my version of git an issue?
C:\Users\Name\Desktop\Git>git --version
git version 2.29.2.windows.3
C:\Users\Name\Desktop\Git>cd Intersect_Engine
C:\Users\Name\Desktop\Git\Intersect_Engine>git apply --check first.patch
C:\Users\Name\Desktop\Git\Intersect_Engine>git am --signoff < first.patch
.git/rebase-apply/patch:127: trailing whitespace.
case 4: // NW
error: Intersect (Core)/Network/Packets/Client/MovePacket.cs: does not exist in index
error: Intersect.Client/Entities/Entity.cs: does not exist in index
error: Intersect.Client/Entities/Player.cs: does not exist in index
error: Intersect.Client/Networking/PacketSender.cs: does not exist in index
error: Intersect.Server/Networking/PacketHandler.cs: does not exist in index
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Applying: diagonal movement
Patch failed at 0001 diagonal movement
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
C:\Users\Name\Desktop\Git\Intersect_Engine>git am --abort