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

Function do_diff_combined

log-tree.c:975–979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973}
974
975static int do_diff_combined(struct rev_info *opt, struct commit *commit)
976{
977 diff_tree_combined_merge(commit, opt);
978 return !opt->loginfo;
979}
980
981static void setup_additional_headers(struct diff_options *o,
982 struct strmap *all_headers)

Callers 1

log_tree_diffFunction · 0.85

Calls 1

diff_tree_combined_mergeFunction · 0.85

Tested by

no test coverage detected