Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Git 2.9.4
[gitweb.git]
/
bisect.c
diff --git
a/bisect.c
b/bisect.c
index 6d93edbcb97382269bd310d38cacd95ce3619091..dc13319c20b255d2a3d76f237746ba5dc953680a 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);
}