mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
Add back --zero-commit
This commit is contained in:
@@ -30,7 +30,7 @@ function savePatches() {
|
||||
rm "$basedir"/patches/"$2"/*.patch
|
||||
fi
|
||||
|
||||
git format-patch --no-signature --no-stat --full-index -N -o "$basedir/patches/$2" upstream/upstream
|
||||
git format-patch --no-signature --zero-commit --no-stat --full-index -N -o "$basedir/patches/$2" upstream/upstream
|
||||
cd "$basedir" || exit
|
||||
git add -A "$basedir"/patches/"$2"
|
||||
echo " Patches saved for $what to patches/$2"
|
||||
|
||||
Reference in New Issue
Block a user