.gitconfig: configure push.default for 'matching'.
authorW. Trevor King <wking@tremily.us>
Mon, 10 Sep 2012 17:18:16 +0000 (13:18 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 10 Sep 2012 17:18:16 +0000 (13:18 -0400)
This makes things explicit in the lead up to the Git 2.0 shift from
'matching' to 'simple'.

src/.gitconfig

index 6439739d8be662c03ce3a3444c5f936fb800b8c8..33f7deef630c658c917763c4d2e8f158747a1fc7 100644 (file)
@@ -5,6 +5,9 @@
        email = wking@tremily.us
        signingkey = 0xFC29BDCDF15F5BE8
 
+[push]
+       default = matching
+
 [format]
        thread = true