Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ is_ntfs_dotgitmodules
Function
is_ntfs_dotgitmodules
path.c:1520–1523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1518
}
1519
1520
int is_ntfs_dotgitmodules(const char *name)
1521
{
1522
return is_ntfs_dot_str(name,
"gitmodules"
,
"gi7eba"
);
1523
}
1524
1525
int is_ntfs_dotgitignore(const char *name)
1526
{
Callers
2
fsck_tree
Function · 0.85
verify_path_internal
Function · 0.85
Calls
1
is_ntfs_dot_str
Function · 0.85
Tested by
no test coverage detected