Re: [PATCH v3 18/35] fetch: pass ref patterns when fetching
From: Jonathan Nieder <hidden>
Date: 2018-02-27 06:53:51
From: Jonathan Nieder <hidden>
Date: 2018-02-27 06:53:51
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 <redacted> --- builtin/fetch.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)
Reviewed-by: Jonathan Nieder <redacted> Nice. I take it that tests covering this come later in the series?