Merge branch 'cc/upload-pack-v2-fetch-fix'
commita0125885f544a670cfe5cf307a2feabba7e3bf9c
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2020 19:19:21 +0000 (13 12:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2020 19:19:21 +0000 (13 12:19 -0700)
tree407fe70a48af5187722492c21f0e301e631d5a0a
parentce1adb11571f3196afa07642fdda37b6bbbc5aa4
parent08450ef7918ef2f24bc3bf6afcd1782aa0677015
Merge branch 'cc/upload-pack-v2-fetch-fix'

Serving a "git fetch" client over "git://" and "ssh://" protocols
using the on-wire protocol version 2 was buggy on the server end
when the client needs to make a follow-up request to
e.g. auto-follow tags.

* cc/upload-pack-v2-fetch-fix:
  upload-pack: clear filter_options for each v2 fetch command
t/t5616-partial-clone.sh
upload-pack.c