diff --git a/bisect.c b/bisect.c index 8c6d843699ab04..07bf842acf9710 100644 --- a/bisect.c +++ b/bisect.c @@ -886,6 +886,7 @@ static void show_diff_tree(const char *prefix, struct commit *commit) if (!opt.diffopt.output_format) opt.diffopt.output_format = DIFF_FORMAT_RAW; + setup_revisions(0, NULL, &opt, NULL); log_tree_commit(&opt, commit); }