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

Function git_attr_system_file

attr.c:874–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872}
873
874const char *git_attr_system_file(void)
875{
876 static const char *system_wide;
877 if (!system_wide)
878 system_wide = system_path(ETC_GITATTRIBUTES);
879 return system_wide;
880}
881
882const char *git_attr_global_file(void)
883{

Callers 2

bootstrap_attr_stackFunction · 0.85
git_attr_val_systemFunction · 0.85

Calls 1

system_pathFunction · 0.85

Tested by

no test coverage detected