Version Control Systems (git, svn, hg) (12)

7 Name: Anonymous Techie : 2021-11-12 08:59 ID:Heaven

============Look how unxutils patch looks============

diff -ruN --exclude=bin --exclude=obj --exclude=.vs EmuEra-original\Emuera\Emuera.csproj EmuEra-rikaichan\Emuera\Emuera.csproj
--- EmuEra-original\Emuera\Emuera.csproj Mon May 24 19:22:27 2021
+++ EmuEra-rikaichan\Emuera\Emuera.csproj Sun Jul 18 16:27:26 2021
@@ -9,7 +9,7 @@

============And look at how git patch looks============

From 91be5519ebb92cda3ebe866ac9fac6ea8c29fce2 Mon Sep 17 00:00:00 2001
From: doesitmatter <doesitmatter>
Date: Fri, 12 Nov 2021 11:04:11 +0400
Subject: [PATCH] Rikaichan

---
Emuera/GameView/AConsoleDisplayPart.cs | 4 +
Emuera/GameView/ConsoleStyledString.cs | 13 +
Emuera/GameView/EmueraConsole.cs | 75 +
Emuera/GameView/PrintStringBuffer.cs | 5 +
Emuera/GameView/Rikaichan.cs | 1552 ++++++++
Emuera/GameView/RikaichanAutogenerated.cs | 3991 +++++++++++++++++++++
6 files changed, 5640 insertions(+)
create mode 100644 Emuera/GameView/Rikaichan.cs
create mode 100644 Emuera/GameView/RikaichanAutogenerated.cs

diff --git a/Emuera/GameView/AConsoleDisplayPart.cs b/Emuera/GameView/AConsoleDisplayPart.cs
index 6c9084b..6475930 100644
--- a/Emuera/GameView/AConsoleDisplayPart.cs
+++ b/Emuera/GameView/AConsoleDisplayPart.cs
@@ -32,6 +32,10 @@ namespace MinorShift.Emuera.GameView

============Yeah, I shouldn't create patches by anything that isn't git. Patch files don't have a universal standard it seems. I'm still a bit annoyed that I have to tell people to install this pretty big program if they want to modify source code, when all I need out of it is patch and diff.============

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: