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

Class repo_config_values

attr.c:884–884  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882const char *git_attr_global_file(void)
883{
884 struct repo_config_values *cfg = repo_config_values(the_repository);
885 if (!cfg->attributes_file)
886 cfg->attributes_file = xdg_config_home("attributes");
887

Callers 1

git_attr_global_fileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected