module documentation
Support for git credential helpers.
| Function | match |
Matches a parsed url with a partial url (no scheme/netloc). |
| Function | match |
Check if a URL matches a URL prefix. |
| Function | urlmatch |
Returns credential sections from the config which match the given URL. |
Check if a URL matches a URL prefix.
| Parameters | |
url:ParseResult | Parsed URL to check |
urlParseResult | Parsed URL prefix to match against |
| Returns | |
bool | True if url matches the prefix |