Skip to content

Commit 49e51c0

Browse files
jeffhostetlerdscho
authored andcommitted
fixup! fsmonitor: mark the built-in FSMonitor as experimental
This reverts commit 63d2d7b. Signed-off-by: Jeff Hostetler <[email protected]>
1 parent 7ed17ed commit 49e51c0

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
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 (experimental)
74+
Note: The value of this config setting is ignored if the
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-
(EXPERIMENTAL) If set to true, enable the built-in file system monitor
94+
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: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git-fsmonitor--daemon(1)
33

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

88
SYNOPSIS
99
--------
@@ -16,9 +16,6 @@ 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-
2219
A daemon to watch the working directory for file and directory
2320
changes using platform-specific file system notification facilities.
2421

0 commit comments

Comments
 (0)