From eb0b4aac8d343b300dd82dd5b76f4486898c9021 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 10 Sep 2012 13:18:16 -0400 Subject: [PATCH] .gitconfig: configure push.default for 'matching'. This makes things explicit in the lead up to the Git 2.0 shift from 'matching' to 'simple'. --- src/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.26.2