From 843863cc75fd488319327cba0585c378fab5424e Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sun, 2 Feb 2014 16:29:42 -0800 Subject: [PATCH] .gitconfig: simple is not supported in git < 2.0 --- gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 3babb77..8d4e9d7 100644 --- a/gitconfig +++ b/gitconfig @@ -2,4 +2,6 @@ name = David Tomaschik email = david@systemoverlord.com [push] - default = simple + # Simple is not supported on git < 2.0 + #default = simple + default = matching