Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ is_hfs_dotgit
Function
is_hfs_dotgit
utf8.c:784–787 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
782
}
783
784
int is_hfs_dotgit(const char *path)
785
{
786
return is_hfs_dot_str(path,
"git"
);
787
}
788
789
int is_hfs_dotgitmodules(const char *path)
790
{
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