Skip to content

Commit 03414df

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
fsmonitor: mark the built-in FSMonitor as experimental
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Jeff Hostetler <[email protected]>
1 parent 163c55a commit 03414df

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Documentation/config/core.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ git by avoiding unnecessary scanning of files that have not changed.
7171
+
7272
See the "fsmonitor-watchman" section of linkgit:githooks[5].
7373
+
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)
7575
built-in file system monitor is enabled (see `core.useBuiltinFSMonitor`).
7676

7777
core.fsmonitorHookVersion::
@@ -91,7 +91,7 @@ Note: The value of this config setting is ignored if the
9191
built-in file system monitor is enabled (see `core.useBuiltinFSMonitor`).
9292

9393
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
9595
daemon for this working directory (linkgit:git-fsmonitor--daemon[1]).
9696
+
9797
Like hook-based file system monitors, the built-in file system monitor

Documentation/git-fsmonitor--daemon.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git-fsmonitor--daemon(1)
33

44
NAME
55
----
6-
git-fsmonitor--daemon - A Built-in File System Monitor
6+
git-fsmonitor--daemon - (EXPERIMENTAL) A Built-in File System Monitor
77

88
SYNOPSIS
99
--------
@@ -16,6 +16,9 @@ SYNOPSIS
1616
DESCRIPTION
1717
-----------
1818

19+
NOTE! This command is still only an experiment, subject to change dramatically
20+
(or even to be abandoned).
21+
1922
A daemon to watch the working directory for file and directory
2023
changes using platform-specific file system notification facilities.
2124

0 commit comments

Comments
 (0)