summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-07 13:20:28 +0900
committerJunio C Hamano <gitster@pobox.com>2021-05-07 13:20:28 +0900
commitbe601db52373745ac789abd913f1a259585c958a (patch)
tree61431ac4cfb4ac7934254a7230e9dc17504a4bf3 /git-config.html
parent4078a55a6fb467915a2f03f271d1390b97eabc13 (diff)
downloadgit-htmldocs-be601db52373745ac789abd913f1a259585c958a.tar.gz
Autogenerated HTML docs for v2.31.1-527-g2d677e
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html33
1 files changed, 28 insertions, 5 deletions
diff --git a/git-config.html b/git-config.html
index 6eecdd531..98e960d76 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1322,6 +1322,18 @@ GIT_CONFIG
</p>
</dd>
<dt class="hdlist1">
+GIT_CONFIG_GLOBAL
+</dt>
+<dt class="hdlist1">
+GIT_CONFIG_SYSTEM
+</dt>
+<dd>
+<p>
+ Take the configuration from the given files instead from global or
+ system-level configuration. See <a href="git.html">git(1)</a> for details.
+</p>
+</dd>
+<dt class="hdlist1">
GIT_CONFIG_NOSYSTEM
</dt>
<dd>
@@ -2131,6 +2143,16 @@ addEmptyPathspec
the pathspec parameter.
</p>
</dd>
+<dt class="hdlist1">
+updateSparsePath
+</dt>
+<dd>
+<p>
+ Advice shown when either <a href="git-add.html">git-add(1)</a> or <a href="git-rm.html">git-rm(1)</a>
+ is asked to update index entries outside the current sparse
+ checkout.
+</p>
+</dd>
</dl></div>
</div></div>
</dd>
@@ -10112,7 +10134,8 @@ uploadpackfilter.allow
<dd>
<p>
Provides a default value for unspecified object filters (see: the
- below configuration variable).
+ below configuration variable). If set to <code>true</code>, this will also
+ enable all filters which get added in the future.
Defaults to <code>true</code>.
</p>
</dd>
@@ -10123,9 +10146,9 @@ uploadpackfilter.&lt;filter&gt;.allow
<p>
Explicitly allow or ban the object filter corresponding to
<code>&lt;filter&gt;</code>, where <code>&lt;filter&gt;</code> may be one of: <code>blob:none</code>,
- <code>blob:limit</code>, <code>tree</code>, <code>sparse:oid</code>, or <code>combine</code>. If using
- combined filters, both <code>combine</code> and all of the nested filter
- kinds must be allowed. Defaults to <code>uploadpackfilter.allow</code>.
+ <code>blob:limit</code>, <code>object:type</code>, <code>tree</code>, <code>sparse:oid</code>, or <code>combine</code>.
+ If using combined filters, both <code>combine</code> and all of the nested
+ filter kinds must be allowed. Defaults to <code>uploadpackfilter.allow</code>.
</p>
</dd>
<dt class="hdlist1">
@@ -10357,7 +10380,7 @@ looks like</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-01-26 08:29:19 JST
+ 2021-05-07 13:16:48 JST
</div>
</div>
</body>