On Tue, Jun 7, 2016 at 6:31 PM, Eric Sunshine <sunsh...@sunshineco.com> wrote: > On Tue, Jun 7, 2016 at 4:54 PM, Pranit Bauva <pranit.ba...@gmail.com> wrote: >> +int bisect_clean_state(void) >> +{
I forgot to mention that this and other functions should be 'static'. >> + int result = 0; >> + struct string_list refs_for_removal = STRING_LIST_INIT_DUP; >> + for_each_ref_in("refs/bisect/", mark_for_removal, (void *) >> &refs_for_removal); -- 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