Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx> --- builtin-rev-list.c | 2 +- commit.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/builtin-rev-list.c b/builtin-rev-list.c index 693023f..1b18c65 100644 --- a/builtin-rev-list.c +++ b/builtin-rev-list.c @@ -637,7 +637,7 @@ static int bisect_replace(const char *refname, const unsigned char *sha1, return 0; } -static void bisect_replace_all(void) +void bisect_replace_all(void) { for_each_replace_ref(bisect_replace, NULL); } diff --git a/commit.h b/commit.h index 3a7b06a..a0ec2a0 100644 --- a/commit.h +++ b/commit.h @@ -144,4 +144,6 @@ static inline int single_parent(struct commit *commit) struct commit_list *reduce_heads(struct commit_list *heads); +void bisect_replace_all(void); + #endif /* COMMIT_H */ -- 1.5.6.1.1657.g6a50 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html