rev-list: pass "revs" to "show_bisect_vars"
instead of using static "revs" data Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
6a17fad733
commit
7428d754e2
3
bisect.h
3
bisect.h
@ -5,6 +5,7 @@ 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);
|
||||
extern int show_bisect_vars(struct rev_info *revs, int reaches, int all,
|
||||
int show_all);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user