From 9df0869411c38d32371bcca4e1a61910fe7bc557 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Tue, 10 Sep 2013 17:20:56 +1000 Subject: [PATCH] git: remove note about credential manager --- git.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/git.json b/git.json index 135982eeec..06537f8a1b 100644 --- a/git.json +++ b/git.json @@ -7,8 +7,5 @@ "bin": [ "cmd\\git.exe", "cmd\\gitk.cmd" ], "post_install": [ "git config --global credential.helper wincred" - ], - "notes": "Git has been configured to use the Windows Credential Manager. -To revert to the default (no credential caching), run: - `git config --global --unset credential.helper`." + ] } \ No newline at end of file