Add back --zero-commit

This commit is contained in:
BillyGalbreath
2020-12-12 18:32:09 -06:00
parent ef0b93df2e
commit c51e3913e4
200 changed files with 200 additions and 200 deletions

View File

@@ -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"