summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/git-config.html b/git-config.html
index 541b82775..7ad61933d 100644
--- a/git-config.html
+++ b/git-config.html
@@ -5863,6 +5863,28 @@ your way to pre-sort the list. After Git version 2.20 a hash implementation
is used instead, so there&#8217;s now no reason to pre-sort the list.</p></div>
</dd>
<dt class="hdlist1">
+fsmonitor.allowRemote
+</dt>
+<dd>
+<p>
+ By default, the fsmonitor daemon refuses to work against 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>
+</dd>
+<dt class="hdlist1">
+fsmonitor.socketDir
+</dt>
+<dd>
+<p>
+ This Mac OS-specific option, if set, specifies the directory in
+ which to create the Unix domain socket used for communication
+ between the fsmonitor daemon and various Git commands. The directory must
+ reside on a native Mac OS filesystem. Only respected when <code>core.fsmonitor</code>
+ is set to <code>true</code>.
+</p>
+</dd>
+<dt class="hdlist1">
gc.aggressiveDepth
</dt>
<dd>