]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/config/fsmonitor--daemon.txt
Merge branch 'eg/config-type-path-docfix'
[thirdparty/git.git] / Documentation / config / fsmonitor--daemon.txt
1 fsmonitor.allowRemote::
2 By default, the fsmonitor daemon refuses to work against 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-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`.