From: Junio C Hamano Date: Thu, 19 Dec 2024 18:58:28 +0000 (-0800) Subject: Merge branch 'jc/set-head-symref-fix' X-Git-Tag: v2.48.0-rc1~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae75cefd94075045edeb1d23283a47e4e48a9360;p=thirdparty%2Fgit.git Merge branch 'jc/set-head-symref-fix' "git fetch" from a configured remote learned to update a missing remote-tracking HEAD but it asked the remote about their HEAD even when it did not need to, which has been corrected. Incidentally, this also corrects "git fetch --tags $URL" which was broken by the new feature in an unspecified way. * jc/set-head-symref-fix: fetch: do not ask for HEAD unnecessarily --- ae75cefd94075045edeb1d23283a47e4e48a9360