mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-02 11:41:45 +00:00
only kill xonotic version tags
This commit is contained in:
parent
cef8370975
commit
7ab5592d64
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user