Skip to content

Instantly share code, notes, and snippets.

@jakobrs
Created October 27, 2019 08:48
Show Gist options
  • Save jakobrs/ccae841b563f43d91ad339ac9ae4f2b0 to your computer and use it in GitHub Desktop.
Save jakobrs/ccae841b563f43d91ad339ac9ae4f2b0 to your computer and use it in GitHub Desktop.
Everest bisection results
# Result of git bisect between commits 6967212 (good) and 1247f3a^ (bad)
74eb377606893e47402220af74684a762cd11960 is the first bad commit
commit 74eb377606893e47402220af74684a762cd11960
Author: Maik Macho <[email protected]>
Date: Mon Jun 24 12:34:39 2019 +0200
Switch to NuGet where possible
Celeste.Mod.mm/Celeste.Mod.mm.csproj | 52 +-
Celeste.Mod.mm/Mod/Everest/Everest.Discord.cs | 14 +-
Celeste.Mod.mm/Mod/Helpers/YamlHelper.cs | 4 +-
Celeste.Mod.mm/packages.config | 10 +-
lib/DotNetZip.dll | Bin 456704 -> 0 bytes
lib/DotNetZip.xml | 18425 ------------------------
lib/MonoMod.RuntimeDetour.HookGen.exe | Bin 26624 -> 0 bytes
lib/MonoMod.RuntimeDetour.dll | Bin 80384 -> 0 bytes
lib/MonoMod.Utils.dll | Bin 84480 -> 0 bytes
lib/MonoMod.exe | Bin 64000 -> 0 bytes
lib/YamlDotNet.dll | Bin 204800 -> 0 bytes
lib/YamlDotNet.xml | 4741 ------
12 files changed, 42 insertions(+), 23204 deletions(-)
delete mode 100644 lib/DotNetZip.dll
delete mode 100644 lib/DotNetZip.xml
delete mode 100644 lib/MonoMod.RuntimeDetour.HookGen.exe
delete mode 100644 lib/MonoMod.RuntimeDetour.dll
delete mode 100644 lib/MonoMod.Utils.dll
delete mode 100644 lib/MonoMod.exe
delete mode 100644 lib/YamlDotNet.dll
delete mode 100644 lib/YamlDotNet.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment