summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-02-17 14:05:06 -0800
committerJunio C Hamano <gitster@pobox.com>2020-02-17 14:05:06 -0800
commit5b8e12304fd927a7c814c311596e86bc7b2a5d80 (patch)
treee3af9e81a688a02262220ed2995d87b9dd212e01 /git-config.html
parent081ae9829774553669fa60fe9f2575186122bbf4 (diff)
downloadgit-htmldocs-5b8e12304fd927a7c814c311596e86bc7b2a5d80.tar.gz
Autogenerated HTML docs for v2.25.1-362-g51ebf
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html22
1 files changed, 16 insertions, 6 deletions
diff --git a/git-config.html b/git-config.html
index 8beaf1edf..e42880571 100644
--- a/git-config.html
+++ b/git-config.html
@@ -749,18 +749,18 @@ git-config(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git config</em> [&lt;file-option&gt;] [--type=&lt;type&gt;] [--show-origin] [-z|--null] name [value [value_regex]]
+<pre class="content"><em>git config</em> [&lt;file-option&gt;] [--type=&lt;type&gt;] [--show-origin] [--show-scope] [-z|--null] name [value [value_regex]]
<em>git config</em> [&lt;file-option&gt;] [--type=&lt;type&gt;] --add name value
<em>git config</em> [&lt;file-option&gt;] [--type=&lt;type&gt;] --replace-all name value [value_regex]
-<em>git config</em> [&lt;file-option&gt;] [--type=&lt;type&gt;] [--show-origin] [-z|--null] --get name [value_regex]
-<em>git config</em> [&lt;file-option&gt;] [--type=&lt;type&gt;] [--show-origin] [-z|--null] --get-all name [value_regex]
-<em>git config</em> [&lt;file-option&gt;] [--type=&lt;type&gt;] [--show-origin] [-z|--null] [--name-only] --get-regexp name_regex [value_regex]
+<em>git config</em> [&lt;file-option&gt;] [--type=&lt;type&gt;] [--show-origin] [--show-scope] [-z|--null] --get name [value_regex]
+<em>git config</em> [&lt;file-option&gt;] [--type=&lt;type&gt;] [--show-origin] [--show-scope] [-z|--null] --get-all name [value_regex]
+<em>git config</em> [&lt;file-option&gt;] [--type=&lt;type&gt;] [--show-origin] [--show-scope] [-z|--null] [--name-only] --get-regexp name_regex [value_regex]
<em>git config</em> [&lt;file-option&gt;] [--type=&lt;type&gt;] [-z|--null] --get-urlmatch name URL
<em>git config</em> [&lt;file-option&gt;] --unset name [value_regex]
<em>git config</em> [&lt;file-option&gt;] --unset-all name [value_regex]
<em>git config</em> [&lt;file-option&gt;] --rename-section old_name new_name
<em>git config</em> [&lt;file-option&gt;] --remove-section name
-<em>git config</em> [&lt;file-option&gt;] [--show-origin] [-z|--null] [--name-only] -l | --list
+<em>git config</em> [&lt;file-option&gt;] [--show-origin] [--show-scope] [-z|--null] [--name-only] -l | --list
<em>git config</em> [&lt;file-option&gt;] --get-color name [default]
<em>git config</em> [&lt;file-option&gt;] --get-colorbool name [stdout-is-tty]
<em>git config</em> [&lt;file-option&gt;] -e | --edit</pre>
@@ -1138,6 +1138,16 @@ from all available files.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--show-scope
+</dt>
+<dd>
+<p>
+ Similar to <code>--show-origin</code> in that it augments the output of
+ all queried config options with the scope of that value
+ (local, global, system, command).
+</p>
+</dd>
+<dt class="hdlist1">
--get-colorbool name [stdout-is-tty]
</dt>
<dd>
@@ -9654,7 +9664,7 @@ looks like</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2019-10-08 22:51:03 PDT
+ 2020-02-17 14:00:37 PST
</div>
</div>
</body>