From: Rudolf Polzer Date: Tue, 6 Mar 2012 19:26:53 +0000 (+0100) Subject: only kill xonotic version tags X-Git-Tag: xonotic-v0.6.0~4 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=7ab5592d64bed42cb147f788ec4f7e89cc3ab241 only kill xonotic version tags --- diff --git a/misc/tools/all/git.subr b/misc/tools/all/git.subr index 93fb0040..1b32f6ed 100644 --- a/misc/tools/all/git.subr +++ b/misc/tools/all/git.subr @@ -660,7 +660,7 @@ case "$cmd" in bra=`git config "branch.$r.merge" || $ECHO "$r"` upstream="$rem/${bra#refs/heads/}" if $fetchupstream; then - for t in `git tag`; do + for t in `git tag -l "xonotic-v"*`; do verbose git tag -d "$t" done verbose git fetch "$rem"