summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-08 15:48:36 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-08 15:48:36 -0800
commit6546a509a43eda541b7749ee45837d7a74ba7339 (patch)
treea4753bbbeb6fa8a064cbcf570aadb5d4354a1ceb /git-config.html
parentc2015e3db30c76ee24b99a14d244f62f1467f581 (diff)
downloadgit-htmldocs-6546a509a43eda541b7749ee45837d7a74ba7339.tar.gz
Autogenerated HTML docs for v2.43.0-581-g5216f
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-config.html b/git-config.html
index 3f23dc58d..ea905009a 100644
--- a/git-config.html
+++ b/git-config.html
@@ -899,11 +899,11 @@ you try to use an invalid regexp (ret=6).
</dt>
<dd>
<p>
- When given a two-part name section.key, the value for
- section.&lt;URL&gt;.key whose &lt;URL&gt; part matches the best to the
+ When given a two-part &lt;name&gt; as &lt;section&gt;.&lt;key&gt;, the value for
+ &lt;section&gt;.&lt;URL&gt;.&lt;key&gt; whose &lt;URL&gt; part matches the best to the
given URL is returned (if no such key exists, the value for
- section.key is used as a fallback). When given just the
- section as name, do so for all the keys in the section and
+ &lt;section&gt;.&lt;key&gt; is used as a fallback). When given just the
+ &lt;section&gt; as name, do so for all the keys in the section and
list them. Returns error code 1 if no value is found.
</p>
</dd>
@@ -11262,7 +11262,7 @@ per process) underneath the given directory.
</li>
<li>
<p>
-<code>af_unix:[&lt;socket_type&gt;:]&lt;absolute-pathname&gt;</code> - Write to a
+<code>af_unix:[&lt;socket-type&gt;:]&lt;absolute-pathname&gt;</code> - Write to a
Unix DomainSocket (on platforms that support them). Socket
type can be either <code>stream</code> or <code>dgram</code>; if omitted Git will
try both.
@@ -11895,7 +11895,7 @@ looks like</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-09-22 17:04:28 PDT
+ 2024-02-08 15:45:59 PST
</div>
</div>
</body>