File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -166,10 +166,11 @@ the domain name and other pattern matching techniques as with the `http.<URL>.*`
166
166
options.
167
167
168
168
If the "pattern" URL does include a path component, then this must match
169
- as a prefix path: the context `https://example.com/bar` will match a config
169
+ as a path prefix : the context `https://example.com/bar` will match a config
170
170
entry for `https://example.com/bar/baz.git` but will not match a config entry for
171
171
`https://example.com/other/repo.git` or `https://example.com/barry/repo.git`
172
- (even though it is a string prefix).
172
+ (even though it is a string prefix). To match as a prefix, the pattern
173
+ must include protocol and host.
173
174
174
175
175
176
CONFIGURATION OPTIONS
You can’t perform that action at this time.
0 commit comments