Re: [PATCH v6 09/11] ref-filter: move code from 'for-each-ref'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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!

-- 
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]