Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ color_parse
Function
color_parse
color.c:373–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
}
372
373
int color_parse(const char *value, char *dst)
374
{
375
return color_parse_mem(value, strlen(value), dst);
376
}
377
378
int color_parse_quietly(const char *value, char *dst)
379
{
Callers
15
git_config_color
Function · 0.85
color_atom_parser
Function · 0.85
transport_color_config
Function · 0.85
grep_config
Function · 0.85
use_sideband_colors
Function · 0.85
parse_decorate_color_config
Function · 0.85
git_default_advice_config
Function · 0.85
init_color
Function · 0.85
git_diff_basic_config
Function · 0.85
git_get_color_config
Function · 0.85
get_color
Function · 0.85
git_push_config
Function · 0.85
Calls
1
color_parse_mem
Function · 0.85
Tested by
no test coverage detected