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

Function status_init_config

builtin/commit.c:208–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208static void status_init_config(struct wt_status *s, config_fn_t fn)
209{
210 wt_status_prepare(the_repository, s);
211 init_diff_ui_defaults();
212 repo_config(the_repository, fn, s);
213 determine_whence(s);
214 s->hints = advice_enabled(ADVICE_STATUS_HINTS); /* must come after repo_config() */
215}
216
217static void rollback_index_files(void)
218{

Callers 2

cmd_statusFunction · 0.85
cmd_commitFunction · 0.85

Calls 5

wt_status_prepareFunction · 0.85
init_diff_ui_defaultsFunction · 0.85
determine_whenceFunction · 0.85
advice_enabledFunction · 0.85
repo_configFunction · 0.50

Tested by

no test coverage detected