From 9ff3677afd086ce0b77d3cf09c2598a8870901ae Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 16 Jul 2025 22:09:53 +0500 Subject: git: Remove tags prune Prune tags on fetch not work well with lazygit (wuth periodic fetch). --- files/.gitconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/files/.gitconfig b/files/.gitconfig index b831675..1d3a73d 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -154,7 +154,6 @@ [fetch] prune = true writeCommitGraph = true - pruneTags = true all = true [column] ui = auto -- cgit v1.2.3