]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vcs: gitconfig: set push.followTags
authorSimon Ruderich <simon@ruderich.org>
Wed, 26 Feb 2025 09:17:43 +0000 (10:17 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 26 Feb 2025 09:17:43 +0000 (10:17 +0100)
vcs/gitconfig.in

index ee4ffc81f94e9d3f6c6b4e8836ac38fbd215ffa3..2378453d8ede6a72e9d2c6b595449c4d75fcc24d 100644 (file)
        # 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