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