dit/gitconfig.in: Explicitly request matching-refs push.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 14 Apr 2015 23:48:50 +0000 (00:48 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 14 Apr 2015 23:48:50 +0000 (00:48 +0100)
The default changed in Git 2.0, but I prefer the old semantics.

dot/gitconfig.in

index 25f46cd..b80bf21 100644 (file)
@@ -34,6 +34,9 @@
 [rebase]
        autosquash = true
 
+[push]
+       default = matching
+
 [format]
        headers = "Organization: Straylight/Edgeware\n"