]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/fsmonitor-event-listener-race-fix' into maint-2.47
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Nov 2024 05:42:57 +0000 (14:42 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Nov 2024 05:42:57 +0000 (14:42 +0900)
On macOS, fsmonitor can fall into a race condition that results in
a client waiting forever to be notified for an event that have
already happened.  This problem has been corrected.

* jk/fsmonitor-event-listener-race-fix:
  fsmonitor: initialize fs event listener before accepting clients
  simple-ipc: split async server initialization and running

1  2 
builtin/fsmonitor--daemon.c

Simple merge