Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ is_ntfs_dotgitignore
Function
is_ntfs_dotgitignore
path.c:1525–1528 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1523
}
1524
1525
int is_ntfs_dotgitignore(const char *name)
1526
{
1527
return is_ntfs_dot_str(name,
"gitignore"
,
"gi250a"
);
1528
}
1529
1530
int is_ntfs_dotgitattributes(const char *name)
1531
{
Callers
1
fsck_tree
Function · 0.85
Calls
1
is_ntfs_dot_str
Function · 0.85
Tested by
no test coverage detected