Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
trace2: NULL is not allowed for va_list
[gitweb.git]
/
bisect.c
diff --git
a/bisect.c
b/bisect.c
index 6bf521138a590496a7b3fa7c2515ac53f815a1e3..3af955c4bc4e1c7cd155a5f2e460cee38af732cd 100644
(file)
--- a/
bisect.c
+++ b/
bisect.c
@@
-658,7
+658,7
@@
static void bisect_common(struct rev_info *revs)
if (prepare_revision_walk(revs))
die("revision walk setup failed");
if (revs->tree_objects)
- mark_edges_uninteresting(revs, NULL);
+ mark_edges_uninteresting(revs, NULL
, 0
);
}
static void exit_if_skipped_commits(struct commit_list *tried,