Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ is_hfs_dotgitattributes
Function
is_hfs_dotgitattributes
utf8.c:799–802 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
797
}
798
799
int is_hfs_dotgitattributes(const char *path)
800
{
801
return is_hfs_dot_str(path,
"gitattributes"
);
802
}
803
804
int is_hfs_dotmailmap(const char *path)
805
{
Callers
1
fsck_tree
Function · 0.85
Calls
1
is_hfs_dot_str
Function · 0.85
Tested by
no test coverage detected