From: Brandon Williams Date: Thu, 15 Mar 2018 17:31:23 +0000 (-0700) Subject: transport: convert transport_get_remote_refs to take a list of ref prefixes X-Git-Tag: v2.18.0-rc0~105^2~19 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1af8ae1cfa44a3f3c3f1efb7f9ebe68bc0ce7578?hp=1af8ae1cfa44a3f3c3f1efb7f9ebe68bc0ce7578 transport: convert transport_get_remote_refs to take a list of ref prefixes Teach transport_get_remote_refs() to accept a list of ref prefixes, which will be sent to the server for use in filtering when using protocol v2. (This list will be ignored when not using protocol v2.) Signed-off-by: Brandon Williams Signed-off-by: Junio C Hamano ---