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

Function warn_command_line_option

submodule-config.c:544–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544static void warn_command_line_option(const char *var, const char *value)
545{
546 warning(_("ignoring '%s' which may be interpreted as"
547 " a command-line option: %s"), var, value);
548}
549
550struct parse_config_parameter {
551 struct submodule_cache *cache;

Callers 1

parse_configFunction · 0.85

Calls 1

warningFunction · 0.85

Tested by

no test coverage detected