Set push.default to simple, to avoid warnings about the default changing when running slightly older Git versions

This commit is contained in:
Danielle McLean 2017-10-06 15:19:22 +11:00
parent 5020908bb6
commit 12017e32c2
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5

View file

@ -27,6 +27,7 @@
graph = tformat:%C(auto)%h %G? %s% gD% D
[push]
default = simple
gpgSign = if-asked
[rerere]