| 899 | .assume_dashdash = 1, |
| 900 | }; |
| 901 | struct repo_config_values *cfg = repo_config_values(the_repository); |
| 902 | |
| 903 | save_warning = cfg->warn_on_object_refname_ambiguity; |
| 904 | cfg->warn_on_object_refname_ambiguity = 0; |
no outgoing calls
no test coverage detected