| 882 | const 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 |
no outgoing calls
no test coverage detected