Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
refs: change signatures of get_packed_refs() and get_loose_refs()
[gitweb.git]
/
bisect.h
diff --git
a/bisect.h
b/bisect.h
index 0862ce56d76e9b08ab913e6a472fac590974340e..22f2e4db2d1d05184dc2eeec2ff87021a67e01f2 100644
(file)
--- a/
bisect.h
+++ b/
bisect.h
@@
-27,7
+27,7
@@
struct rev_list_info {
const char *header_prefix;
};
-extern int bisect_next_all(const char *prefix);
+extern int bisect_next_all(const char *prefix
, int no_checkout
);
extern int estimate_bisect_steps(int all);