Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ credential_from_url
Function
credential_from_url
credential.c:706–710 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
704
}
705
706
void credential_from_url(struct credential *c, const char *url)
707
{
708
if (credential_from_url_gently(c, url, 0) < 0)
709
die(_(
"credential url cannot be parsed: %s"
), url);
710
}
Callers
4
credential_read
Function · 0.85
get_curl_handle
Function · 0.85
http_init
Function · 0.85
http_request_recoverable
Function · 0.85
Calls
2
credential_from_url_gently
Function · 0.85
die
Function · 0.70
Tested by
no test coverage detected