Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ url_normalize
Function
url_normalize
urlmatch.c:439–442 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
437
}
438
439
char *url_normalize(const char *url, struct url_info *out_info)
440
{
441
return url_normalize_1(url, out_info, 0);
442
}
443
444
char *url_parse(const char *url_orig, struct url_info *out_info)
445
{
Callers
12
credential_apply_config
Function · 0.85
http_init
Function · 0.85
url_parse
Function · 0.85
validate_remote_url
Function · 0.85
fetch_single_packfile
Function · 0.85
sideband_apply_url_config
Function · 0.85
check_submodule_url
Function · 0.85
check_url_normalizable
Function · 0.85
check_normalized_url
Function · 0.85
compare_normalized_urls
Function · 0.85
check_normalized_url_length
Function · 0.85
get_urlmatch
Function · 0.85
Calls
1
url_normalize_1
Function · 0.85
Tested by
no test coverage detected