From 3f16bcf1d410356ad76c503b5d80f1573303b5b4 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 26 Feb 2025 10:17:43 +0100 Subject: [PATCH] vcs: gitconfig: set push.followTags --- vcs/gitconfig.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index ee4ffc8..2378453 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -247,6 +247,8 @@ # branch, see man page git-config(1) for details. Default since Git # 2.0. default = simple + # Push missing tags which are reachable from pushed refs. + followTags = true [rebase] # Use single-letter command names in git rebase -i which are faster to -- 2.49.1