| 973 | } |
| 974 | |
| 975 | static 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 | |
| 981 | static void setup_additional_headers(struct diff_options *o, |
| 982 | struct strmap *all_headers) |
no test coverage detected