Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ is_hfs_dotgitmodules
Function
is_hfs_dotgitmodules
utf8.c:789–792 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
787
}
788
789
int is_hfs_dotgitmodules(const char *path)
790
{
791
return is_hfs_dot_str(path,
"gitmodules"
);
792
}
793
794
int is_hfs_dotgitignore(const char *path)
795
{
Callers
2
fsck_tree
Function · 0.85
verify_path_internal
Function · 0.85
Calls
1
is_hfs_dot_str
Function · 0.85
Tested by
no test coverage detected