diff options
| author | Anton Bobov <anton@bobov.name> | 2025-07-16 22:09:53 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2025-07-16 22:09:53 +0500 |
| commit | 9ff3677afd086ce0b77d3cf09c2598a8870901ae (patch) | |
| tree | 69dd52cb0a9fb0ccc7b0f5e0ec8b9987fcb530fb | |
| parent | 03447e8cbe255432e52022b4df78bef993832b6a (diff) | |
git: Remove tags prune
Prune tags on fetch not work well with lazygit (wuth periodic fetch).
| -rw-r--r-- | files/.gitconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
