Default to /mingw/bin/curl-ca-bundle.crt for https certificates
[git/jnareb-git.git] / etc / gitconfig
blob546d059314a80b9b6d02738724986d35d98f5b9b
1 [core]
2         symlinks = false
3         autocrlf = true
4 [color]
5         diff = auto
6 [pack]
7         packSizeLimit = 2g
8 [help]
9         format = html
10 [http]
11         sslCAinfo = /mingw/bin/curl-ca-bundle.crt