From: Junio C Hamano Date: Thu, 25 Jul 2019 21:27:07 +0000 (-0700) Subject: Merge branch 'mh/import-transport-fd-fix' into maint X-Git-Tag: v2.23.0-rc0~6^2~23 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dae29547c9f0a4895f02d3ba21dc93a7b666e830 Merge branch 'mh/import-transport-fd-fix' into maint The ownership rule for the file descriptor to fast-import remote backend was mixed up, leading to unrelated file descriptor getting closed, which has been fixed. * mh/import-transport-fd-fix: Use xmmap_gently instead of xmmap in use_pack dup() the input fd for fast-import used for remote helpers --- dae29547c9f0a4895f02d3ba21dc93a7b666e830