]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/simple-ipc-cygwin-socket-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 10 Nov 2021 23:01:20 +0000 (15:01 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Nov 2021 23:01:20 +0000 (15:01 -0800)
commitaace36fd3c553b29d96997a8b80fb3364961fe9e
tree3be3bdcf860ddc24fde12b68882c26c23e746251
parentc1d16cedd4024884064b9d0834cae4f5506d6221
parent974ef7ced24a782ff32b2248103e25a397276f36
Merge branch 'js/simple-ipc-cygwin-socket-fix'

The way Cygwin emulates a unix-domain socket, on top of which the
simple-ipc mechanism is implemented, can race with the program on
the other side that wants to use the socket, and briefly make it
appear as a regular file before lstat(2) starts reporting it as a
socket.  We now have a workaround on the side that connects to a
unix domain socket.

* js/simple-ipc-cygwin-socket-fix:
  simple-ipc: work around issues with Cygwin's Unix socket emulation