MCPcopy 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
794int is_hfs_dotgitignore(const char *path)
795{
796 return is_hfs_dot_str(path, "gitignore");
797}
798
799int is_hfs_dotgitattributes(const char *path)
800{

Callers 1

fsck_treeFunction · 0.85

Calls 1

is_hfs_dot_strFunction · 0.85

Tested by

no test coverage detected