module documentation
Support for git credential helpers
Function | match |
matches a parsed url with a partial url (no scheme/netloc) |
Function | match |
Undocumented |
Function | urlmatch |
Returns credential sections from the config which match the given URL |
matches a parsed url with a partial url (no scheme/netloc)
Parameters | |
validParseResult | Undocumented |
partialstr | Undocumented |
Returns | |
bool | Undocumented |
Undocumented
Parameters | |
url:ParseResult | Undocumented |
urlParseResult | Undocumented |
Returns | |
bool | Undocumented |
Returns credential sections from the config which match the given URL
Parameters | |
config:ConfigDict | Undocumented |
url:Optional[ | Undocumented |
Returns | |
Iterator[ | Undocumented |