File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ git by avoiding unnecessary scanning of files that have not changed.
71
71
+
72
72
See the "fsmonitor-watchman" section of linkgit:githooks[5].
73
73
+
74
- Note: The value of this config setting is ignored if the
74
+ Note: The value of this config setting is ignored if the (experimental)
75
75
built-in file system monitor is enabled (see `core.useBuiltinFSMonitor`).
76
76
77
77
core.fsmonitorHookVersion::
@@ -91,7 +91,7 @@ Note: The value of this config setting is ignored if the
91
91
built-in file system monitor is enabled (see `core.useBuiltinFSMonitor`).
92
92
93
93
core.useBuiltinFSMonitor::
94
- If set to true, enable the built-in file system monitor
94
+ (EXPERIMENTAL) If set to true, enable the built-in file system monitor
95
95
daemon for this working directory (linkgit:git-fsmonitor--daemon[1]).
96
96
+
97
97
Like hook-based file system monitors, the built-in file system monitor
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 - A Built-in File System Monitor
6
+ git-fsmonitor--daemon - (EXPERIMENTAL) A Built-in File System Monitor
7
7
8
8
SYNOPSIS
9
9
--------
@@ -16,6 +16,9 @@ SYNOPSIS
16
16
DESCRIPTION
17
17
-----------
18
18
19
+ NOTE! This command is still only an experiment, subject to change dramatically
20
+ (or even to be abandoned).
21
+
19
22
A daemon to watch the working directory for file and directory
20
23
changes using platform-specific file system notification facilities.
21
24
You can’t perform that action at this time.
0 commit comments