rev-list: move bisect related code into its own file
[git/dscho.git] / bisect.h
blob60b2fe1cdc9896b9a3baf31cf35c9ab7a1f77568
1 #ifndef BISECT_H
2 #define BISECT_H
4 extern struct commit_list *find_bisection(struct commit_list *list,
5 int *reaches, int *all,
6 int find_all);
8 #endif