From: Simon Ruderich Date: Wed, 26 Feb 2025 09:17:43 +0000 (+0100) Subject: vcs: gitconfig: set push.followTags X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=3f16bcf1d410356ad76c503b5d80f1573303b5b4;p=config%2Fdotfiles.git vcs: gitconfig: set push.followTags --- 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