MCPcopy Create free account
hub / github.com/git/git / is_ntfs_dotgitattributes

Function is_ntfs_dotgitattributes

path.c:1530–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1528}
1529
1530int is_ntfs_dotgitattributes(const char *name)
1531{
1532 return is_ntfs_dot_str(name, "gitattributes", "gi7d29");
1533}
1534
1535int is_ntfs_dotmailmap(const char *name)
1536{

Callers 1

fsck_treeFunction · 0.85

Calls 1

is_ntfs_dot_strFunction · 0.85

Tested by

no test coverage detected