summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2011-12-10 10:34:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-12-13 00:09:38 (GMT)
commit71e1b4b6bf7f274f0b3bf45e7325c04abb405b8a (patch)
tree902302e51c4401b0519f431b4e424856d7778a82 /.gitignore
parentc505116b91d3c92f0c3066cb9806773d2df11088 (diff)
downloadgit-71e1b4b6bf7f274f0b3bf45e7325c04abb405b8a.zip
git-71e1b4b6bf7f274f0b3bf45e7325c04abb405b8a.tar.gz
git-71e1b4b6bf7f274f0b3bf45e7325c04abb405b8a.tar.bz2
credentials: add "store" helper
This is like "cache", except that we actually put the credentials on disk. This can be terribly insecure, of course, but we do what we can to protect them by filesystem permissions, and we warn the user in the documentation. This is not unlike using .netrc to store entries, but it's a little more user-friendly. Instead of putting credentials in place ahead of time, we transparently store them after prompting the user for them once. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a6b0bd4..2b7a3f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@
/git-count-objects
/git-credential-cache
/git-credential-cache--daemon
+/git-credential-store
/git-cvsexportcommit
/git-cvsimport
/git-cvsserver