From: Junio C Hamano Date: Thu, 6 Feb 2025 22:56:44 +0000 (-0800) Subject: Merge branch 'js/bundle-unbundle-fd-reuse-fix' X-Git-Tag: v2.49.0-rc0~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fad473faed7862855ced123de81a53fa27187d9;p=thirdparty%2Fgit.git Merge branch 'js/bundle-unbundle-fd-reuse-fix' The code path used when "git fetch" fetches from a bundle file closed the same file descriptor twice, which sometimes broke things unexpectedly when the file descriptor was reused, which has been corrected. * js/bundle-unbundle-fd-reuse-fix: bundle: avoid closing file descriptor twice --- 9fad473faed7862855ced123de81a53fa27187d9