]> git.ipfire.org Git - thirdparty/git.git/blame - bisect.h
Merge branch 'cc/sha1-bsearch' into HEAD
[thirdparty/git.git] / bisect.h
CommitLineData
a2ad79ce
CC
1#ifndef BISECT_H
2#define BISECT_H
3
4extern struct commit_list *find_bisection(struct commit_list *list,
5 int *reaches, int *all,
6 int find_all);
7
7428d754
CC
8extern int show_bisect_vars(struct rev_info *revs, int reaches, int all,
9 int show_all);
6a17fad7 10
a2ad79ce 11#endif