git/compat/fsmonitor
Jeff Hostetler 1e7be10de0 fsmonitor-settings: remote repos on macOS are incompatible
Teach Git to detect remote working directories on macOS and mark them as
incompatible with FSMonitor.

With this, `git fsmonitor--daemon run` will error out with a message
like it does for bare repos.

Client commands, like `git status`, will not attempt to start the daemon.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2022-05-26 15:59:26 -07:00
..
fsm-darwin-gcc.h compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEvent 2022-03-25 16:04:16 -07:00
fsm-listen-darwin.c compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOS 2022-03-25 16:04:16 -07:00
fsm-listen-win32.c fsm-listen-win32: handle shortnames 2022-05-26 15:59:25 -07:00
fsm-listen.h compat/fsmonitor/fsm-listen-win32: stub in backend for Windows 2022-03-25 16:04:15 -07:00
fsm-settings-darwin.c fsmonitor-settings: remote repos on macOS are incompatible 2022-05-26 15:59:26 -07:00
fsm-settings-win32.c fsmonitor-settings: VFS for Git virtual repos are incompatible 2022-05-26 15:59:26 -07:00