summaryrefslogtreecommitdiffstats
path: root/git-fsmonitor--daemon.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-fsmonitor--daemon.html')
-rw-r--r--git-fsmonitor--daemon.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-fsmonitor--daemon.html b/git-fsmonitor--daemon.html
index 80dcb9852..d04cb8e67 100644
--- a/git-fsmonitor--daemon.html
+++ b/git-fsmonitor--daemon.html
@@ -835,10 +835,10 @@ modified within the working directory of a submodule, it will report
the change (as happening against the super repo). However, the client
will properly ignore these extra events, so performance may be affected
but it will not cause an incorrect result.</p></div>
-<div class="paragraph"><p>By default, the fsmonitor daemon refuses to work against network-mounted
+<div class="paragraph"><p>By default, the fsmonitor daemon refuses to work with network-mounted
repositories; this may be overridden by setting <code>fsmonitor.allowRemote</code> to
<code>true</code>. Note, however, that the fsmonitor daemon is not guaranteed to work
-correctly with all network-mounted repositories and such use is considered
+correctly with all network-mounted repositories, so such use is considered
experimental.</p></div>
<div class="paragraph"><p>On Mac OS, the inter-process communication (IPC) between various Git
commands and the fsmonitor daemon is done via a Unix domain socket (UDS)&#8201;&#8212;&#8201;a
@@ -846,10 +846,10 @@ special type of file&#8201;&#8212;&#8201;which is supported by native Mac OS fil
but not on network-mounted filesystems, NTFS, or FAT32. Other filesystems
may or may not have the needed support; the fsmonitor daemon is not guaranteed
to work with these filesystems and such use is considered experimental.</p></div>
-<div class="paragraph"><p>By default, the socket is created in the <code>.git</code> directory, however, if the
-<code>.git</code> directory is on a network-mounted filesystem, it will be instead be
+<div class="paragraph"><p>By default, the socket is created in the <code>.git</code> directory. However, if the
+<code>.git</code> directory is on a network-mounted filesystem, it will instead be
created at <code>$HOME/.git-fsmonitor-*</code> unless <code>$HOME</code> itself is on a
-network-mounted filesystem in which case you must set the configuration
+network-mounted filesystem, in which case you must set the configuration
variable <code>fsmonitor.socketDir</code> to the path of a directory on a Mac OS native
filesystem in which to create the socket file.</p></div>
<div class="paragraph"><p>If none of the above directories (<code>.git</code>, <code>$HOME</code>, or <code>fsmonitor.socketDir</code>)
@@ -869,7 +869,7 @@ fsmonitor.allowRemote
</dt>
<dd>
<p>
- By default, the fsmonitor daemon refuses to work against network-mounted
+ By default, the fsmonitor daemon refuses to work with network-mounted
repositories. Setting <code>fsmonitor.allowRemote</code> to <code>true</code> overrides this
behavior. Only respected when <code>core.fsmonitor</code> is set to <code>true</code>.
</p>
@@ -900,7 +900,7 @@ fsmonitor.socketDir
<div id="footer">
<div id="footer-text">
Last updated
- 2022-10-17 15:23:34 PDT
+ 2023-10-23 14:43:46 PDT
</div>
</div>
</body>