Revision 2a983b227dd6df4d8db6e53e2f5be8afad061b60 authored by Junio C Hamano on 13 June 2019, 20:19:43 UTC, committed by Junio C Hamano on 13 June 2019, 20:19:43 UTC
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
2 parent s 813a3a2 + 3203566
History
File Mode Size
.gitattributes -rw-r--r-- 34 bytes
LICENSE.txt -rw-r--r-- 1.2 KB
sha1.c -rw-r--r-- 56.4 KB
sha1.h -rw-r--r-- 4.0 KB
ubc_check.c -rw-r--r-- 46.7 KB
ubc_check.h -rw-r--r-- 1.7 KB

back to top