From c6bc6e117d996d912d2939714b6828fefe3eee67 Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Fri, 1 Feb 2013 09:13:43 +0000 Subject: [PATCH] Revert "Enable the wincred credential helper by default for Windows users." This reverts commit 2db3aa7c413697fdc02f5b94ebb847ee67290775. An end user cannot unset configuration options which means that it is not possible to disable this feature without administrative permissions. This should only be set in the global or repository configuration files unless the user chooses to enable this option upon installation. Signed-off-by: Pat Thoyts --- etc/gitconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/gitconfig b/etc/gitconfig index 0e566b23..320b95ab 100644 --- a/etc/gitconfig +++ b/etc/gitconfig @@ -14,9 +14,8 @@ sslCAinfo = /mingw/bin/curl-ca-bundle.crt [sendemail] smtpserver = /mingw/bin/msmtp.exe + [diff "astextplain"] textconv = astextplain [rebase] autosquash = true -[credential] - helper = wincred -- 2.11.4.GIT