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