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

Function git_apply_config

apply.c:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48};
49
50static void git_apply_config(void)
51{
52 repo_config_get_string(the_repository, "apply.whitespace", &apply_default_whitespace);
53 repo_config_get_string(the_repository, "apply.ignorewhitespace", &apply_default_ignorewhitespace);
54 repo_config(the_repository, git_xmerge_config, NULL);
55}
56
57static int parse_whitespace_option(struct apply_state *state, const char *option)
58{

Callers 1

init_apply_stateFunction · 0.85

Calls 2

repo_config_get_stringFunction · 0.85
repo_configFunction · 0.70

Tested by

no test coverage detected