dot/gitconfig.in: Arrange to push reachable heavy tags by default.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 6 Jul 2017 08:40:53 +0000 (09:40 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 6 Jul 2017 08:40:53 +0000 (09:40 +0100)
I'm fed up of forgetting to push tags when I'm releasing things. :-(

dot/gitconfig.in

index 79ead41..1dbc92b 100644 (file)
@@ -40,6 +40,7 @@
 
 [push]
        default = matching
+       followTags = true
 
 [format]
        headers = "Organization: Straylight/Edgeware\n"