Eric DeCosta | 5aa9e32 | 2022-10-04 17:32:31 +0000 | [diff] [blame] | 1 | fsmonitor.allowRemote:: |
Elijah Newren | cf6cac2 | 2023-10-08 06:45:03 +0000 | [diff] [blame] | 2 | By default, the fsmonitor daemon refuses to work with network-mounted |
Eric DeCosta | 5aa9e32 | 2022-10-04 17:32:31 +0000 | [diff] [blame] | 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-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 Mac OS filesystem. Only respected when `core.fsmonitor` |
| 11 | is set to `true`. |