]> git.99rst.org Git - git.git/commitdiff
Merge branch 'js/bundle-unbundle-fd-reuse-fix'
authorJunio C Hamano <redacted>
Thu, 6 Feb 2025 22:56:44 +0000 (14:56 -0800)
committerJunio C Hamano <redacted>
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
git clone https://git.99rst.org/PROJECT