Skip to content

Commit

Permalink
fsmonitor: mark the built-in FSMonitor as experimental
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Aug 16, 2021
1 parent a002e81 commit 63d2d7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Documentation/config/core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ git by avoiding unnecessary scanning of files that have not changed.
+
See the "fsmonitor-watchman" section of linkgit:githooks[5].
+
Note: The value of this config setting is ignored if the
Note: The value of this config setting is ignored if the (experimental)
built-in file system monitor is enabled (see `core.useBuiltinFSMonitor`).

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

core.useBuiltinFSMonitor::
If set to true, enable the built-in file system monitor
(EXPERIMENTAL) If set to true, enable the built-in file system monitor
daemon for this working directory (linkgit:git-fsmonitor--daemon[1]).
+
Like hook-based file system monitors, the built-in file system monitor
Expand Down
5 changes: 4 additions & 1 deletion Documentation/git-fsmonitor--daemon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git-fsmonitor--daemon(1)

NAME
----
git-fsmonitor--daemon - A Built-in File System Monitor
git-fsmonitor--daemon - (EXPERIMENTAL) A Built-in File System Monitor

SYNOPSIS
--------
Expand All @@ -16,6 +16,9 @@ SYNOPSIS
DESCRIPTION
-----------

NOTE! This command is still only an experiment, subject to change dramatically
(or even to be abandoned).

A daemon to watch the working directory for file and directory
changes using platform-specific file system notification facilities.

Expand Down

0 comments on commit 63d2d7b

Please sign in to comment.