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

Function diff_can_quit_early

diff.c:7559–7564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7557}
7558
7559int diff_can_quit_early(struct diff_options *opt)
7560{
7561 return (opt->flags.quick &&
7562 !opt->filter &&
7563 opt->flags.has_changes);
7564}
7565
7566/*
7567 * Shall changes to this submodule be ignored?

Callers 3

ll_diff_tree_pathsFunction · 0.85
run_diff_filesFunction · 0.85
oneway_diffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected