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

Function advise

advice.c:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void advise(const char *advice, ...)
125{
126 va_list params;
127 va_start(params, advice);
128 vadvise(advice, 0, "", params);
129 va_end(params);
130}
131
132int advice_enabled(enum advice_type type)
133{

Callers 15

add_comment_char_adviceFunction · 0.85
die_if_server_optionsFunction · 0.85
submodule_name_to_gitdirFunction · 0.85
error_dirty_indexFunction · 0.85
create_seq_dirFunction · 0.85
sequencer_skipFunction · 0.85
pick_commitsFunction · 0.85
error_resolve_conflictFunction · 0.85
die_conclude_mergeFunction · 0.85
get_short_oidFunction · 0.85

Calls 1

vadviseFunction · 0.85

Tested by

no test coverage detected