From 52786a1caad42666d8a7e5f4d02fe1091dd3f0a0 Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 2 Dec 2023 17:56:54 +0100 Subject: [PATCH] mute remote --- create-adblock.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-adblock.sh b/create-adblock.sh index 893ecd0..f17731a 100755 --- a/create-adblock.sh +++ b/create-adblock.sh @@ -40,11 +40,11 @@ echo '' > compiled/all-adblock.txt cd compiled git add all-adblock.txt git commit --quiet -m "$date" -git push --quiet +git push --quiet --no-progress 2>&1 | grep -v "references" lastcommit=$(git log --pretty=format:'%H' -n 3 | tail -n 1) git checkout --quiet --orphan temp $lastcommit git commit --quiet -m "Truncated history" git rebase --quiet --onto temp $lastcommit main git branch --quiet -D temp -git push --quiet --force +git push --quiet --force --no-progress 2>&1 | grep -v "references"