| 294 | const struct config_context *ctx, void *cb) |
| 295 | { |
| 296 | struct repo_config_values *cfg = repo_config_values(the_repository); |
| 297 | |
| 298 | /* This needs a better name */ |
| 299 | if (!strcmp(var, "core.filemode")) { |
no outgoing calls
no test coverage detected