]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/bundle-unbundle-fd-reuse-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Feb 2025 22:56:44 +0000 (14:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Feb 2025 22:56:44 +0000 (14:56 -0800)
commit9fad473faed7862855ced123de81a53fa27187d9
tree40c8a8283ec074236c644c52652336246aa19021
parent2bf3c7fab19a59cde3a3dda9398075f0fe8d57c1
parent9a84794ad8ad1bc8ec6b2c4e1592a1f63765e753
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
transport.c