Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ normalize_path_copy
Function
normalize_path_copy
path.c:1206–1209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1204
}
1205
1206
int normalize_path_copy(char *dst, const char *src)
1207
{
1208
return normalize_path_copy_len(dst, src, NULL);
1209
}
1210
1211
int strbuf_normalize_path(struct strbuf *src)
1212
{
Callers
11
git_system_config
Function · 0.85
strbuf_normalize_path
Function · 0.85
refname_is_safe
Function · 0.85
normalize_ceiling_entry
Function · 0.85
cmd__path_utils
Function · 0.85
copy_alternates
Function · 0.85
git_attr_val_system
Function · 0.85
git_attr_val_global
Function · 0.85
git_config_val_system
Function · 0.85
git_config_val_global
Function · 0.85
module_add
Function · 0.85
Calls
1
normalize_path_copy_len
Function · 0.85
Tested by
2
normalize_ceiling_entry
Function · 0.68
cmd__path_utils
Function · 0.68