From: Junio C Hamano Date: Wed, 15 Aug 2018 22:08:25 +0000 (-0700) Subject: Merge branch 'jt/tag-following-with-proto-v2-fix' X-Git-Tag: v2.19.0-rc0~70 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d6628c99faf0de4d34c44f815d2aaa7dee38a300?hp=d6628c99faf0de4d34c44f815d2aaa7dee38a300 Merge branch 'jt/tag-following-with-proto-v2-fix' The wire-protocol v2 relies on the client to send "ref prefixes" to limit the bandwidth spent on the initial ref advertisement. "git fetch $remote branch:branch" that asks tags that point into the history leading to the "branch" automatically followed sent to narrow prefix and broke the tag following, which has been fixed. * jt/tag-following-with-proto-v2-fix: fetch: send "refs/tags/" prefix upon CLI refspecs t5702: test fetch with multiple refspecs at a time ---