MCPcopy Index your code
hub / github.com/git/git / config_error_nonbool

Function config_error_nonbool

config.c:3552–3555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3550 */
3551#undef config_error_nonbool
3552int config_error_nonbool(const char *var)
3553{
3554 return error(_("missing value for '%s'"), var);
3555}
3556
3557int parse_config_key(const char *var,
3558 const char *section,

Callers 15

handle_path_includeFunction · 0.85
git_config_stringFunction · 0.85
git_config_pathnameFunction · 0.85
git_config_expiry_dateFunction · 0.85
git_config_colorFunction · 0.85
check_multi_stringFunction · 0.85
read_worktree_configFunction · 0.85
handle_extension_v0Function · 0.85
handle_extensionFunction · 0.85
fetch_pack_fsck_configFunction · 0.85

Calls 1

errorFunction · 0.85

Tested by

no test coverage detected