msysgit/etc/gitconfig

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

[core]
symlinks = false
autocrlf = true
excludesfile = /etc/gitignore
2012-01-30 23:48:47 +04:00
editor = gitpad
[color]
diff = auto
status = auto
branch = auto
interactive = true
ui = 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
2012-02-05 06:33:23 +04:00
[filter "ghcleansmudge"]
clean = cat
smudge = cat