]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
transport.c

diff --cc transport.c
Simple merge