Merge branch 'jt/tag-following-with-proto-v2-fix'
commitd6628c99faf0de4d34c44f815d2aaa7dee38a300
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Aug 2018 22:08:25 +0000 (15 15:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Aug 2018 22:08:25 +0000 (15 15:08 -0700)
tree6415c1ab446fee432da35f1598f153c06385a976
parent7d020f5a78a1ae7ff47d65a2adc79171c0cf9cb7
parent2b554353a5f0463dec44b827e2d1423b698d06d3
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
builtin/fetch.c
t/t5702-protocol-v2.sh