fsmonitor: use IPC to query the builtin FSMonitor daemon
commit9c307e8afd930485a8409cadf8cc7065512d9845
authorJeff Hostetler <jeffhost@microsoft.com>
Fri, 25 Mar 2022 18:02:47 +0000 (25 18:02 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Mar 2022 23:04:15 +0000 (25 16:04 -0700)
treeac8c2e9708d4aa3b67653c744df0f755b8c256e0
parent1e0ea5c4316d2241dd76ef430a2779db9a097dfb
fsmonitor: use IPC to query the builtin FSMonitor daemon

Use simple IPC to directly communicate with the new builtin file
system monitor daemon when `core.fsmonitor` is set to true.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsmonitor.c