From: Rudolf Polzer Date: Sun, 28 Mar 2010 18:55:16 +0000 (+0200) Subject: auto-"git remote prune origin" when ./all update'ing X-Git-Tag: xonotic-v0.1.0preview~529^2 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=a870e86f2e720d051d480a8dd81bd502b04d0c41 auto-"git remote prune origin" when ./all update'ing --- diff --git a/all b/all index d0d826cb..f164928c 100755 --- a/all +++ b/all @@ -56,6 +56,7 @@ case "$cmd" in ;; esac verbose git pull + verbose git remote prune origin cd "$d0" else verbose git clone "$url" "$d0/$d"