rev-list: make "show_bisect_vars" non static

and declare it in "bisect.h" as we will use this function later.

While at it, rename its last argument "show_all" instead of
"bisect_find_all".

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Christian Couder
2009-03-26 05:55:35 +01:00
committed by Junio C Hamano
parent 9996983c9c
commit 6a17fad733
2 changed files with 5 additions and 2 deletions

View File

@@ -5,4 +5,6 @@ extern struct commit_list *find_bisection(struct commit_list *list,
int *reaches, int *all,
int find_all);
extern int show_bisect_vars(int reaches, int all, int show_all);
#endif