From e080451bd381deacc4d983cc2c40e66e52b2c33e Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 24 May 2021 02:43:23 +0200 Subject: [PATCH] fixup! fsmonitor: mark the built-in FSMonitor as experimental Drop this, so we can replay it on top of fsmonitor-v2. Signed-off-by: Johannes Schindelin --- Documentation/config/core.txt | 8 +++----- Documentation/git-fsmonitor--daemon.txt | 5 +---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt index bca1f6fb32..d6e2f01966 100644 --- a/Documentation/config/core.txt +++ b/Documentation/config/core.txt @@ -70,8 +70,7 @@ core.fsmonitor:: See the "fsmonitor-watchman" section of linkgit:githooks[5]. + Note: FSMonitor hooks (and this config setting) are ignored if the -(experimental) built-in FSMonitor is enabled (see -`core.useBuiltinFSMonitor`). +built-in FSMonitor is enabled (see `core.useBuiltinFSMonitor`). core.fsmonitorHookVersion:: Sets the version of hook that is to be used when calling the @@ -90,9 +89,8 @@ Note: FSMonitor hooks (and this config setting) are ignored if the built-in FSMonitor is enabled (see `core.useBuiltinFSMonitor`). core.useBuiltinFSMonitor:: - (EXPERIMENTAL) If set to true, enable the built-in filesystem - event watcher (for technical details, see - linkgit:git-fsmonitor--daemon[1]). + If set to true, enable the built-in filesystem event watcher (for + technical details, see linkgit:git-fsmonitor--daemon[1]). + Like external (hook-based) FSMonitors, the built-in FSMonitor can speed up Git commands that need to refresh the Git index (e.g. `git status`) in a diff --git a/Documentation/git-fsmonitor--daemon.txt b/Documentation/git-fsmonitor--daemon.txt index ec0012b345..b94f57c97f 100644 --- a/Documentation/git-fsmonitor--daemon.txt +++ b/Documentation/git-fsmonitor--daemon.txt @@ -3,7 +3,7 @@ git-fsmonitor--daemon(1) NAME ---- -git-fsmonitor--daemon - (EXPERIMENTAL) Builtin file system monitor daemon +git-fsmonitor--daemon - Builtin file system monitor daemon SYNOPSIS -------- @@ -20,9 +20,6 @@ SYNOPSIS DESCRIPTION ----------- -NOTE! This command is still only an experiment, subject to change dramatically -(or even to be abandoned). - Monitors files and directories in the working directory for changes using platform-specific file system notification facilities.