Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bisect--helper: string output variables together with "&&"
[gitweb.git]
/
bisect.c
diff --git
a/bisect.c
b/bisect.c
index 285bf146c13c8be387c7254ec756c0a78c89239e..69f8860ca1ac54ed4bc135017bce8e3ab6d9cbe2 100644
(file)
--- a/
bisect.c
+++ b/
bisect.c
@@
-547,5
+547,6
@@
int bisect_next_vars(const char *prefix)
revs.commits = find_bisection(revs.commits, &reaches, &all,
!!skipped_sha1_nr);
- return show_bisect_vars(&revs, reaches, all, BISECT_SHOW_TRIED);
+ return show_bisect_vars(&revs, reaches, all,
+ BISECT_SHOW_TRIED | BISECT_SHOW_STRINGED);
}