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

Function repo_config_get_split_index

config.c:2505–2513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2503}
2504
2505int repo_config_get_split_index(struct repository *r)
2506{
2507 int val;
2508
2509 if (!repo_config_get_maybe_bool(r, "core.splitindex", &val))
2510 return val;
2511
2512 return -1; /* default value */
2513}
2514
2515int repo_config_get_max_percent_split_change(struct repository *r)
2516{

Callers 2

tweak_split_indexFunction · 0.85
cmd_update_indexFunction · 0.85

Calls 1

Tested by

no test coverage detected