git: Disable fetch.pruneTags

This leads to problems in repositories with multiple remotes that do not
share the same tags. A fetch --all will then fetch and delete a tag at
the same time. Tags are also way less often deleted in my experience so
that an automatic pruning is not necessary.
This commit is contained in:
2023-07-09 00:03:44 +02:00
parent 31a267a0e7
commit c83c793a1a

View File

@@ -54,7 +54,7 @@
[fetch] [fetch]
output = compact output = compact
prune = true prune = true
pruneTags = true pruneTags = false
parallel = 0 parallel = 0
[gpg] [gpg]
program = gpg.loopback program = gpg.loopback