repo.or.cz
/
git
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'js/maint-submodule-checkout' into next
[git/dscho.git]
/
bisect.h
blob
31c99fe5f4deceb657b50d1fb1f446568c208400
1
#ifndef BISECT_H
2
#define BISECT_H
3
4
extern
struct
commit_list
*
find_bisection
(
struct
commit_list
*
list
,
5
int
*
reaches
,
int
*
all
,
6
int
find_all
);
7
8
extern
int
show_bisect_vars
(
struct
rev_info
*
revs
,
int
reaches
,
int
all
,
9
int
show_all
);
10
11
#endif