From c7181068c60f1e7990acd63e1d35c9b078c75232 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Sun, 6 Oct 2024 12:19:47 +0200 Subject: [PATCH] [TMP] Disable automatic commit for now Need to revise how we do branches --- theme.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theme.sh b/theme.sh index ee55a49..ef664fd 100755 --- a/theme.sh +++ b/theme.sh @@ -174,8 +174,8 @@ done popd > /dev/null -if [[ "$automatic_commit" == [Yy]* ]]; then - # see: https://devops.stackexchange.com/a/5443 - git add -A - git diff-index --quiet HEAD || git commit -m "Automatic theme update" -fi +#if [[ "$automatic_commit" == [Yy]* ]]; then +# # see: https://devops.stackexchange.com/a/5443 +# git add -A +# git diff-index --quiet HEAD || git commit -m "Automatic theme update" +#fi