From 12a702edcf979f86b2a1506badee7ca048cd388a Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 20 Nov 2022 18:03:08 +0100 Subject: Include explicit (and silenced) git-gc to autocommit job --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c71f563..2138641 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ pull: @chown www-data:www-data http -R autocommit: pull - @cd http && git diff --quiet || (date && git add . && git commit -m 'Autocommit' && GIT_SSH_COMMAND="ssh ${LIGA_SSH_OPTS}" git push -q) + @cd http && git diff --quiet || (date && git gc --quiet && git add . && git commit -m 'Autocommit' && GIT_SSH_COMMAND="ssh ${LIGA_SSH_OPTS}" git push -q) players: FORCE ./dumps/import-players.sh -- cgit v1.2.3