From e211e968a5ee52dd14abc36de4621e335b5b4bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Wed, 21 Feb 2024 09:26:55 +0100 Subject: [PATCH] Disable git tag pruning --- dotconf/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotconf/gitconfig b/dotconf/gitconfig index aa7fa24..e48b939 100644 --- a/dotconf/gitconfig +++ b/dotconf/gitconfig @@ -74,7 +74,7 @@ [fetch] prune = true - prunetags = true + # prunetags = true fsckobjects = true [merge]