]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:50 +0000 (13:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:51 +0000 (13:42 -0700)
commit3ea2b46628a6efcdc9e578dc492f0464f07d77ab
treea9864ad5ff055e5f75ceb92a626b73471b0dc627
parentf72e06703b14b3bccaaeee97ac82257dff67749c
parent167a575e2db8e6e4e95fe53889258c16f35ac7f9
Merge branch 'jk/use-quick-lookup-in-clone-for-tag-following'

The logic to auto-follow tags by "git clone --single-branch" was
not careful to avoid lazy-fetching unnecessary tags, which has been
corrected.

* jk/use-quick-lookup-in-clone-for-tag-following:
  clone: use "quick" lookup while following tags
builtin/clone.c
t/t5616-partial-clone.sh