]> git.99rst.org Git - git.git/commit
fsmonitor-settings: remote repos on Windows are incompatible
authorJeff Hostetler <redacted>
Thu, 26 May 2022 21:47:03 +0000 (21:47 +0000)
committerJunio C Hamano <redacted>
Thu, 26 May 2022 22:59:26 +0000 (15:59 -0700)
commitd989b266c1a7ef47f27cec75e90f3dfefbfa0200
tree07e61ec4903a967023887a867d88185c0550780d
parent1e7be10de0d493f471bf102a7eed32da8247c825
fsmonitor-settings: remote repos on Windows are incompatible

Teach Git to detect remote working directories on Windows 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, such as `git status`, will not attempt to start the daemon.

Signed-off-by: Jeff Hostetler <redacted>
Signed-off-by: Junio C Hamano <redacted>
compat/fsmonitor/fsm-settings-win32.c
git clone https://git.99rst.org/PROJECT