Set push.default to simple, to avoid warnings about the default changing when running slightly older Git versions
This commit is contained in:
parent
5020908bb6
commit
12017e32c2
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
graph = tformat:%C(auto)%h %G? %s% gD% D
|
graph = tformat:%C(auto)%h %G? %s% gD% D
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
|
default = simple
|
||||||
gpgSign = if-asked
|
gpgSign = if-asked
|
||||||
|
|
||||||
[rerere]
|
[rerere]
|
||||||
|
|
Loading…
Reference in a new issue