File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 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.
7171+
7272See 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)
7575built-in file system monitor is enabled (see `core.useBuiltinFSMonitor`).
7676
7777core.fsmonitorHookVersion::
@@ -91,7 +91,7 @@ Note: The value of this config setting is ignored if the
9191built-in file system monitor is enabled (see `core.useBuiltinFSMonitor`).
9292
9393core.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+
9797Like 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)
33
44NAME
55----
6- git-fsmonitor--daemon - A Built-in File System Monitor
6+ git-fsmonitor--daemon - (EXPERIMENTAL) A Built-in File System Monitor
77
88SYNOPSIS
99--------
@@ -16,6 +16,9 @@ SYNOPSIS
1616DESCRIPTION
1717-----------
1818
19+ NOTE! This command is still only an experiment, subject to change dramatically
20+ (or even to be abandoned).
21+
1922A daemon to watch the working directory for file and directory
2023changes using platform-specific file system notification facilities.
2124
You can’t perform that action at this time.
0 commit comments