blob: 671f9b94628446b1ee4704d6e6730c22719ebcaf [file] [log] [blame]
Eric DeCosta5aa9e322022-10-04 17:32:31 +00001fsmonitor.allowRemote::
Elijah Newrencf6cac22023-10-08 06:45:03 +00002 By default, the fsmonitor daemon refuses to work with network-mounted
Eric DeCosta5aa9e322022-10-04 17:32:31 +00003 repositories. Setting `fsmonitor.allowRemote` to `true` overrides this
4 behavior. Only respected when `core.fsmonitor` is set to `true`.
5
6fsmonitor.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`.