Raw
1 fsmonitor.allowRemote::
2 By default, the fsmonitor daemon refuses to work with network-mounted
3 repositories. Setting `fsmonitor.allowRemote` to `true` overrides this
4 behavior. Only respected when `core.fsmonitor` is set to `true`.
5
6 fsmonitor.socketDir::
7 This Mac OS and Linux-specific option, if set, specifies the directory in
8 which to create the Unix domain socket used for communication
9 between the fsmonitor daemon and various Git commands. The directory must
10 reside on a native filesystem. Only respected when `core.fsmonitor`
11 is set to `true`.