msysgit/etc/gitconfig

25 строки
379 B
Plaintext
Исходник Обычный вид История

[core]
symlinks = false
autocrlf = true
[color]
diff = auto
status = auto
branch = auto
interactive = true
[pack]
packSizeLimit = 2g
[help]
format = html
[http]
sslCAinfo = /mingw/bin/curl-ca-bundle.crt
[sendemail]
smtpserver = /mingw/bin/msmtp.exe
[diff "astextplain"]
textconv = astextplain
[rebase]
autosquash = true
[credential]
helper = !github --credentials