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

Function diff_set_noprefix

diff.c:3751–3754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3749}
3750
3751void diff_set_noprefix(struct diff_options *options)
3752{
3753 options->a_prefix = options->b_prefix = "";
3754}
3755
3756void diff_set_default_prefix(struct diff_options *options)
3757{

Callers 3

repo_diff_setupFunction · 0.85
diff_opt_no_prefixFunction · 0.85
cmd_format_patchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected