From: Junio C Hamano Date: Wed, 26 Oct 2016 20:14:47 +0000 (-0700) Subject: Merge branch 'jk/fetch-quick-tag-following' X-Git-Tag: v2.11.0-rc0~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fcd14491d32d76c3533ba0b1dfe7cabf31fe852;p=git Merge branch 'jk/fetch-quick-tag-following' When fetching from a remote that has many tags that are irrelevant to branches we are following, we used to waste way too many cycles when checking if the object pointed at by a tag (that we are not going to fetch!) exists in our repository too carefully. * jk/fetch-quick-tag-following: fetch: use "quick" has_sha1_file for tag following --- 9fcd14491d32d76c3533ba0b1dfe7cabf31fe852