summaryrefslogtreecommitdiffstats
path: root/gitcredentials.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-05 13:52:25 -0800
committerJunio C Hamano <gitster@pobox.com>2020-03-05 13:52:25 -0800
commitb082a53e847d444f274aac11769b625241a41060 (patch)
treef12288b3a22b5ee92d39b8edf626bc59c1a20466 /gitcredentials.html
parent03f8f070c294d06790c5a1f046e52afe9f54edd4 (diff)
downloadgit-htmldocs-b082a53e847d444f274aac11769b625241a41060.tar.gz
Autogenerated HTML docs for v2.26.0-rc0
Diffstat (limited to 'gitcredentials.html')
-rw-r--r--gitcredentials.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/gitcredentials.html b/gitcredentials.html
index f44c1ed9b..5d1b07b48 100644
--- a/gitcredentials.html
+++ b/gitcredentials.html
@@ -912,7 +912,9 @@ context would not match:</p></div>
<div class="paragraph"><p>because the hostnames differ. Nor would it match <code>foo.example.com</code>; Git
compares hostnames exactly, without considering whether two hosts are part of
the same domain. Likewise, a config entry for <code>http://example.com</code> would not
-match: Git compares the protocols exactly.</p></div>
+match: Git compares the protocols exactly. However, you may use wildcards in
+the domain name and other pattern matching techniques as with the <code>http.&lt;url&gt;.*</code>
+options.</p></div>
<div class="paragraph"><p>If the "pattern" URL does include a path component, then this too must match
exactly: the context <code>https://example.com/bar/baz.git</code> will match a config
entry for <code>https://example.com/bar/baz.git</code> (in addition to matching the config
@@ -1093,7 +1095,7 @@ helpers will just ignore the new requests).</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-02-17 14:00:37 PST
+ 2020-03-05 13:49:34 PST
</div>
</div>
</body>