File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ core.fsmonitor::
70
70
See the "fsmonitor-watchman" section of linkgit:githooks[5].
71
71
+
72
72
Note: FSMonitor hooks (and this config setting) are ignored if the
73
- built-in FSMonitor is enabled (see `core.useBuiltinFSMonitor`).
73
+ (experimental) built-in FSMonitor is enabled (see
74
+ `core.useBuiltinFSMonitor`).
74
75
75
76
core.fsmonitorHookVersion::
76
77
Sets the version of hook that is to be used when calling the
@@ -89,8 +90,9 @@ Note: FSMonitor hooks (and this config setting) are ignored if the
89
90
built-in FSMonitor is enabled (see `core.useBuiltinFSMonitor`).
90
91
91
92
core.useBuiltinFSMonitor::
92
- If set to true, enable the built-in filesystem event watcher (for
93
- technical details, see linkgit:git-fsmonitor--daemon[1]).
93
+ (EXPERIMENTAL) If set to true, enable the built-in filesystem
94
+ event watcher (for technical details, see
95
+ linkgit:git-fsmonitor--daemon[1]).
94
96
+
95
97
Like external (hook-based) FSMonitors, the built-in FSMonitor can speed up
96
98
Git commands that need to refresh the Git index (e.g. `git status`) in a
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ git-fsmonitor--daemon(1)
3
3
4
4
NAME
5
5
----
6
- git-fsmonitor--daemon - Builtin file system monitor daemon
6
+ git-fsmonitor--daemon - (EXPERIMENTAL) Builtin file system monitor daemon
7
7
8
8
SYNOPSIS
9
9
--------
@@ -20,6 +20,9 @@ SYNOPSIS
20
20
DESCRIPTION
21
21
-----------
22
22
23
+ NOTE! This command is still only an experiment, subject to change dramatically
24
+ (or even to be abandoned).
25
+
23
26
Monitors files and directories in the working directory for changes using
24
27
platform-specific file system notification facilities.
25
28
You can’t perform that action at this time.
0 commit comments