On 06/08/2015 10:38 PM, Matthieu Moy wrote:
Karthik Nayak <karthik.188@xxxxxxxxx> writes: > --- a/builtin/for-each-ref.c > +++ b/builtin/for-each-ref.c > @@ -1129,7 +56,7 @@ int cmd_for_each_ref(int argc, const char **argv, const char *prefix) > > memset(&ref_cbdata, 0, sizeof(ref_cbdata)); > ref_cbdata.filter.name_patterns = argv; > - for_each_rawref(ref_filter_handler, &ref_cbdata); > + filter_refs(for_each_rawref, &ref_cbdata); This seems unrelated from the rest of the patch. And you haven't introduced filter_refs yet!
That definitely is, this happened after fixing merges I suppose. Ignore it for now, I'll fix it. -- Regards, Karthik -- 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