summaryrefslogtreecommitdiffstats
path: root/git-credential-cache.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-03-24 14:15:27 -0700
committerJunio C Hamano <gitster@pobox.com>2017-03-24 14:15:27 -0700
commit7f4fdacfb06ac5b89d5a3c9826ec749a36e474c6 (patch)
tree7064f5e7d1cae6202495bfc3c2f9db156981b80e /git-credential-cache.html
parentcb06ef9e9d73f477240a2335194ce495c771b384 (diff)
downloadgit-htmldocs-7f4fdacfb06ac5b89d5a3c9826ec749a36e474c6.tar.gz
Autogenerated HTML docs for v2.12.2-399-g03466
Diffstat (limited to 'git-credential-cache.html')
-rw-r--r--git-credential-cache.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/git-credential-cache.html b/git-credential-cache.html
index 6ecd31324..bcef1fe16 100644
--- a/git-credential-cache.html
+++ b/git-credential-cache.html
@@ -783,10 +783,13 @@ be used as a credential helper by other parts of Git. See
<dd>
<p>
Use <code>&lt;path&gt;</code> to contact a running cache daemon (or start a new
- cache daemon if one is not started). Defaults to
- <code>~/.git-credential-cache/socket</code>. If your home directory is on a
- network-mounted filesystem, you may need to change this to a
- local filesystem. You must specify an absolute path.
+ cache daemon if one is not started).
+ Defaults to <code>$XDG_CACHE_HOME/git/credential/socket</code> unless
+ <code>~/.git-credential-cache/</code> exists in which case
+ <code>~/.git-credential-cache/socket</code> is used instead.
+ If your home directory is on a network-mounted filesystem, you
+ may need to change this to a local filesystem. You must specify
+ an absolute path.
</p>
</dd>
</dl></div>
@@ -837,7 +840,7 @@ variable (this example drops the cache time to 5 minutes):</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-02-26 14:09:26 PST
+Last updated 2017-03-24 14:15:17 PDT
</div>
</div>
</body>