From: W. Trevor King Date: Mon, 10 Sep 2012 17:18:16 +0000 (-0400) Subject: .gitconfig: configure push.default for 'matching'. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eb0b4aac8d343b300dd82dd5b76f4486898c9021;p=dotfiles-public.git .gitconfig: configure push.default for 'matching'. This makes things explicit in the lead up to the Git 2.0 shift from 'matching' to 'simple'. --- diff --git a/src/.gitconfig b/src/.gitconfig index 6439739..33f7dee 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -5,6 +5,9 @@ email = wking@tremily.us signingkey = 0xFC29BDCDF15F5BE8 +[push] + default = matching + [format] thread = true