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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user