From 12017e32c219436852000acf54f849c8f29865b7 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 6 Oct 2017 15:19:22 +1100 Subject: [PATCH] Set push.default to simple, to avoid warnings about the default changing when running slightly older Git versions --- config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/git/config b/config/git/config index 5d8305e..0abf69d 100644 --- a/config/git/config +++ b/config/git/config @@ -27,6 +27,7 @@ graph = tformat:%C(auto)%h %G? %s% gD% D [push] + default = simple gpgSign = if-asked [rerere]