only kill xonotic version tags

This commit is contained in:
Rudolf Polzer 2012-03-06 20:26:53 +01:00
parent cef8370975
commit 7ab5592d64

View File

@ -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"