Karthik Nayak <karthik....@gmail.com> 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!

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
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