summaryrefslogtreecommitdiffstats
path: root/git-credential-cache.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-11-21 15:55:27 +0900
committerJunio C Hamano <gitster@pobox.com>2022-11-21 15:55:27 +0900
commitcb582cab761661d1b94a09a4a78c20a3d29c9744 (patch)
treef48eb9cacd3efb722cb71adb47b0cf360dcd6250 /git-credential-cache.html
parentc429c188841b43691e7fa5b85f5e94514ae72299 (diff)
downloadgit-htmldocs-cb582cab761661d1b94a09a4a78c20a3d29c9744.tar.gz
Autogenerated HTML docs for v2.38.1-473-ga07895
Diffstat (limited to 'git-credential-cache.html')
-rw-r--r--git-credential-cache.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-credential-cache.html b/git-credential-cache.html
index 8cbf7fdaa..e87d4ec97 100644
--- a/git-credential-cache.html
+++ b/git-credential-cache.html
@@ -824,10 +824,10 @@ $ git push http://example.com/repo.git
[your credentials are used automatically]</code></pre>
</div></div>
<div class="paragraph"><p>You can provide options via the credential.helper configuration
-variable (this example drops the cache time to 5 minutes):</p></div>
+variable (this example increases the cache time to 1 hour):</p></div>
<div class="listingblock">
<div class="content">
-<pre><code>$ git config credential.helper 'cache --timeout=300'</code></pre>
+<pre><code>$ git config credential.helper 'cache --timeout=3600'</code></pre>
</div></div>
</div>
</div>
@@ -842,7 +842,7 @@ variable (this example drops the cache time to 5 minutes):</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 15:02:33 PDT
+ 2022-11-21 15:53:16 JST
</div>
</div>
</body>