attempt to create patches with commit history

didn't end up working properly, was unable to apply the patch without errors
This commit is contained in:
Jas Laferriere
2020-03-09 14:42:32 -07:00
parent e8494a8ff3
commit 61ac4d36e8
2 changed files with 9 additions and 2 deletions

4
.gitignore vendored
View File

@@ -63,4 +63,6 @@ SlippiPlayback.pdb
SlippiPlayback.idb
vc141.pdb
vc141.idb
online.patch
online.patch
online.zip
OnlinePatch/

View File

@@ -1 +1,6 @@
git diff slippi feature/online-support > online.patch
git diff slippi feature/online-support > online.patch
rm -rf OnlinePatch
git format-patch -o "OnlinePatch" --full-index origin/slippi..feature/online-support
rm -rf online.zip
powershell Compress-Archive OnlinePatch online.zip