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

Function diff_set_mnemonic_prefix

diff.c:3743–3749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3741}
3742
3743void diff_set_mnemonic_prefix(struct diff_options *options, const char *a, const char *b)
3744{
3745 if (!options->a_prefix)
3746 options->a_prefix = a;
3747 if (!options->b_prefix)
3748 options->b_prefix = b;
3749}
3750
3751void diff_set_noprefix(struct diff_options *options)
3752{

Callers 5

diff_no_indexFunction · 0.85
run_diff_filesFunction · 0.85
run_diff_indexFunction · 0.85
builtin_diffFunction · 0.85
builtin_diff_b_fFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected