Pranit Bauva <pranit.ba...@gmail.com> writes:

> +static int bisect_clean_state(void)
> +{
> +     int result = 0;
> +
> +     /* There may be some refs packed during bisection */
> +     struct string_list refs_for_removal = STRING_LIST_INIT_NODUP;
> +     for_each_ref_in("refs/bisect/", mark_for_removal, (void *) 
> &refs_for_removal);
> +     string_list_append(&refs_for_removal, xstrdup("BISECT_HEAD"));
> +     result = delete_refs(&refs_for_removal);

I think this function has changed its signature recently.  I am
planning to tag 2.10-rc0 this weekend, and it may be a good time to
rebase the series on to an updated codebase.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to