Set push.default to current for compatibility

This commit is contained in:
Peter J. Holzer 2018-01-09 14:43:19 +01:00
parent 4f1d87262b
commit 15d203b27d
1 changed files with 5 additions and 1 deletions

View File

@ -10,4 +10,8 @@
type = cat-file -t
dump = cat-file -p
[push]
default = simple
# 1.7.1: nothing, matching, tracking, current
# 2.11.0: nothing, matching, upstream, current, simple
# nothing is inconvenietn, matching is dangerous.
# current is only compatible remaining option.
default = current