Re: [PATCH v3 15/35] transport: convert get_refs_list to take a list of ref patterns

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

 



On Tue,  6 Feb 2018 17:12:52 -0800
Brandon Williams <bmwill@xxxxxxxxxx> wrote:

> @@ -21,7 +22,8 @@ struct transport_vtable {
>  	 * the ref without a huge amount of effort, it should store it
>  	 * in the ref's old_sha1 field; otherwise it should be all 0.
>  	 **/
> -	struct ref *(*get_refs_list)(struct transport *transport, int for_push);
> +	struct ref *(*get_refs_list)(struct transport *transport, int for_push,
> +				     const struct argv_array *ref_patterns);

Also mention in the documentation that this function is allowed to
return refs that do not match the ref patterns.



[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]

  Powered by Linux