Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/t3404-grammo-fix'
[gitweb.git]
/
bisect.c
diff --git
a/bisect.c
b/bisect.c
index a8713a86329e117aa216b2fa8f7d2cea52f41bec..b2a75c60cfb292f750a69af900aada69cabb6fa6 100644
(file)
--- a/
bisect.c
+++ b/
bisect.c
@@
-890,6
+890,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);
}