35 lines
378 B
Text
35 lines
378 B
Text
[color]
|
|
ui = auto
|
|
[credential]
|
|
helper = store
|
|
|
|
[rebase]
|
|
autoStash = true
|
|
autoSquash = true
|
|
|
|
[push]
|
|
default = simple
|
|
|
|
[diff]
|
|
renames = copies
|
|
renameLimit = 65536
|
|
|
|
[branch "master"]
|
|
rebase = true
|
|
|
|
[pull]
|
|
rebase = true
|
|
|
|
[http]
|
|
sslCAPath = /etc/ssl/certs
|
|
sslVerify = true
|
|
|
|
[core]
|
|
preloadindex = 1
|
|
|
|
[merge]
|
|
renormalize = true
|
|
conflictstyle = diff3
|
|
|
|
[pack]
|
|
threads = 0
|