Brandon Williams wrote: > Construct a list of ref patterns to be passed to > 'transport_get_remote_refs()' from the refspec to be used during the > fetch. This list of ref patterns will be used to allow the server to > filter the ref advertisement when communicating using protocol v2. > > Signed-off-by: Brandon Williams <[email protected]> > --- > builtin/fetch.c | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-)
Reviewed-by: Jonathan Nieder <[email protected]> Nice. I take it that tests covering this come later in the series?

