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

Class repo_config_values

submodule.c:901–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected