summaryrefslogtreecommitdiffstats
path: root/gitcredentials.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-10-16 16:37:35 +0900
committerJunio C Hamano <gitster@pobox.com>2018-10-16 16:37:35 +0900
commit32a7527a335c1725848d37986ce4b54ab9861c9d (patch)
tree02359b56b9036ac8a2b9967754dd74eecbe8ca2b /gitcredentials.html
parent6811c064ad2e5451dbbd9b7ade4839dca12479c4 (diff)
downloadgit-htmldocs-32a7527a335c1725848d37986ce4b54ab9861c9d.tar.gz
Autogenerated HTML docs for v2.19.1-450-ga4b8a
Diffstat (limited to 'gitcredentials.html')
-rw-r--r--gitcredentials.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/gitcredentials.html b/gitcredentials.html
index feb9fda83..3ca01d8ea 100644
--- a/gitcredentials.html
+++ b/gitcredentials.html
@@ -913,6 +913,11 @@ context would not match:</p></div>
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>
+<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
+entry for <code>https://example.com</code>) but will not match a config entry for
+<code>https://example.com/bar</code>.</p></div>
</div>
</div>
<div class="sect1">
@@ -987,7 +992,7 @@ which you keep credentials. See the documentation for Git&#8217;s
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2018-10-16 16:37:05 JST
</div>
</div>
</body>