From: bones_was_here Date: Mon, 10 Feb 2025 19:59:00 +0000 (+1000) Subject: ./all: after pruning stale refs also garbage collect the repo X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=refs%2Fmerge-requests%2F120%2Fhead;p=xonotic%2Fxonotic.git ./all: after pruning stale refs also garbage collect the repo --- diff --git a/misc/tools/all/git.subr b/misc/tools/all/git.subr index 88aefa28..5a843157 100644 --- a/misc/tools/all/git.subr +++ b/misc/tools/all/git.subr @@ -659,6 +659,7 @@ case "$cmd" in checkself "$cmd" "$@" cd "$d0/$d" verbose git remote prune origin + verbose git gc cd "$d0" fi else