From 7ab5592d64bed42cb147f788ec4f7e89cc3ab241 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 6 Mar 2012 20:26:53 +0100 Subject: [PATCH] only kill xonotic version tags --- misc/tools/all/git.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2