summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-11-30 20:47:38 -0800
committerJunio C Hamano <gitster@pobox.com>2020-11-30 20:47:38 -0800
commit8524398ff42cc7af50dc0629cc1d8b2f5f5134c2 (patch)
tree9de2e1c9c22efb194895f88148eadc592dbfe2c6 /git-config.html
parent60fc20f68001dd7cb6f5287277f619b588e6f5f0 (diff)
downloadgit-htmldocs-8524398ff42cc7af50dc0629cc1d8b2f5f5134c2.tar.gz
Autogenerated HTML docs for v2.29.2-435-g72ffeb
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/git-config.html b/git-config.html
index 360436fcd..6d55b5ba0 100644
--- a/git-config.html
+++ b/git-config.html
@@ -4047,6 +4047,17 @@ credentialCache.ignoreSIGHUP
</p>
</dd>
<dt class="hdlist1">
+credentialStore.lockTimeoutMS
+</dt>
+<dd>
+<p>
+ The length of time, in milliseconds, for git-credential-store to retry
+ when trying to lock the credentials file. Value 0 means not to retry at
+ all; -1 means to try indefinitely. Default is 1000 (i.e., retry for
+ 1s).
+</p>
+</dd>
+<dt class="hdlist1">
completion.commands
</dt>
<dd>
@@ -5224,9 +5235,9 @@ gc.bigPackThreshold
<dd>
<p>
If non-zero, all packs larger than this limit are kept when
- <code>git gc</code> is run. This is very similar to <code>--keep-base-pack</code>
+ <code>git gc</code> is run. This is very similar to <code>--keep-largest-pack</code>
except that all packs that meet the threshold are kept, not
- just the base pack. Defaults to zero. Common unit suffixes of
+ just the largest pack. Defaults to zero. Common unit suffixes of
<em>k</em>, <em>m</em>, or <em>g</em> are supported.
</p>
<div class="paragraph"><p>Note that if the number of kept packs is more than gc.autoPackLimit,
@@ -5236,7 +5247,7 @@ gc.autoPackLimit and gc.bigPackThreshold should be respected again.</p></div>
<div class="paragraph"><p>If the amount of memory estimated for <code>git repack</code> to run smoothly is
not available and <code>gc.bigPackThreshold</code> is not set, the largest pack
will also be excluded (this is the equivalent of running <code>git gc</code> with
-<code>--keep-base-pack</code>).</p></div>
+<code>--keep-largest-pack</code>).</p></div>
</dd>
<dt class="hdlist1">
gc.writeCommitGraph