Revert "Enable the wincred credential helper by default for Windows users."
[msysgit.git] / etc / gitconfig
blob320b95ab9859f42ae6aa247e99769e1d602fd13c
1 [core]
2         symlinks = false
3         autocrlf = true
4 [color]
5         diff = auto
6         status = auto
7         branch = auto
8         interactive = true
9 [pack]
10         packSizeLimit = 2g
11 [help]
12         format = html
13 [http]
14         sslCAinfo = /mingw/bin/curl-ca-bundle.crt
15 [sendemail]
16         smtpserver = /mingw/bin/msmtp.exe
18 [diff "astextplain"]
19         textconv = astextplain
20 [rebase]
21         autosquash = true