Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ is_hfs_dotmailmap
Function
is_hfs_dotmailmap
utf8.c:804–807 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
802
}
803
804
int is_hfs_dotmailmap(const char *path)
805
{
806
return is_hfs_dot_str(path,
"mailmap"
);
807
}
808
809
const char utf8_bom[] =
"\357\273\277"
;
810
Callers
1
fsck_tree
Function · 0.85
Calls
1
is_hfs_dot_str
Function · 0.85
Tested by
no test coverage detected