From da8bfa08302a7b107f9198374f945dfcb5d174c3 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 17 Sep 2014 10:36:57 +0200 Subject: push.default=simple is only available in jessie and later --- gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig index 36a1363..37a2be9 100644 --- a/gitconfig +++ b/gitconfig @@ -23,5 +23,5 @@ mergeoptions = --no-ff --no-commit [core] excludesfile = ~/.gitignore -[push] - default = simple +#[push] +# default = simple -- cgit v1.2.3