git: remove note about credential manager

This commit is contained in:
Luke Sampson 2013-09-10 17:20:56 +10:00
parent 8a1ba2e3b5
commit 9df0869411

View File

@ -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`."
]
}