From d341155d4ce468fe049dbb76382295bd0cd416c3 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 15 Jul 2024 08:27:59 +0200 Subject: [PATCH] vcs: gitconfig: update ru alias to include --prune --- vcs/gitconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index 9fe449d..6cc6b7d 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -74,7 +74,7 @@ pf = push --force-with-lease # Parallel git remote update. Also strips unnecessary output. ru = "! git remote \ - | xargs -d '\\n' -n1 -P0 git remote update 2>&1 \ + | xargs -d '\\n' -n1 -P0 git remote update --prune 2>&1 \ | sed '/^$/d; \ /^Please make sure you have the correct access rights$/d; \ /^and the repository exists\\.$/d;'" -- 2.49.1