Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ parse_bool
Function
parse_bool
userdiff.c:451–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
}
450
451
static int parse_bool(int *b, const char *k, const char *v)
452
{
453
*b = git_config_bool(k, v);
454
return 0;
455
}
456
457
int userdiff_config(const char *k, const char *v)
458
{
Callers
1
userdiff_config
Function · 0.85
Calls
1
git_config_bool
Function · 0.85
Tested by
no test coverage detected