From: Pat Thoyts Date: Thu, 10 Jan 2013 13:35:51 +0000 (+0000) Subject: Enable the wincred credential helper by default for Windows users. X-Git-Url: https://repo.or.cz/w/msysgit.git/commitdiff_plain/2db3aa7c413697fdc02f5b94ebb847ee67290775 Enable the wincred credential helper by default for Windows users. Signed-off-by: Pat Thoyts --- diff --git a/etc/gitconfig b/etc/gitconfig index 320b95ab..0e566b23 100644 --- a/etc/gitconfig +++ b/etc/gitconfig @@ -14,8 +14,9 @@ sslCAinfo = /mingw/bin/curl-ca-bundle.crt [sendemail] smtpserver = /mingw/bin/msmtp.exe - [diff "astextplain"] textconv = astextplain [rebase] autosquash = true +[credential] + helper = wincred