File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,9 @@ core.fsmonitor::
69
69
+
70
70
See the "fsmonitor-watchman" section of linkgit:githooks[5].
71
71
+
72
- Note: this option is ignored if the built-in FSMonitor is enabled via the
73
- `core.useBuiltinFSMonitor` option (see linkgit:git-fsmonitor--daemon[1]).
72
+ Note: this option is ignored if the experimental built-in FSMonitor is
73
+ enabled via the `core.useBuiltinFSMonitor` option (see
74
+ linkgit:git-fsmonitor--daemon[1]).
74
75
75
76
core.fsmonitorHookVersion::
76
77
Sets the version of hook that is to be used when calling fsmonitor.
@@ -84,11 +85,11 @@ core.fsmonitorHookVersion::
84
85
without race conditions.
85
86
86
87
core.useBuiltinFSMonitor::
87
- Enable the built-in filesystem event watcher. This requires a
88
- supported platform (such as Windows) and can speed up Git commands
89
- that need to refresh the Git index in a worktree with many files,
90
- such as `git status`. See linkgit:git-fsmonitor--daemon[1] for
91
- details.
88
+ (EXPERIMENTAL) Enable the built-in filesystem event watcher. This
89
+ requires a supported platform (such as Windows) and can speed up
90
+ Git commands that need to refresh the Git index in a worktree
91
+ with many files, such as `git status`. See
92
+ linkgit:git-fsmonitor--daemon[1] for details.
92
93
93
94
core.trustctime::
94
95
If false, the ctime differences between the index and the
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ git-fsmonitor--daemon(1)
3
3
4
4
NAME
5
5
----
6
- git-fsmonitor--daemon - Builtin file system monitor daemon
6
+ git-fsmonitor--daemon - (EXPERIMENTAL) Builtin file system monitor daemon
7
7
8
8
SYNOPSIS
9
9
--------
@@ -20,6 +20,9 @@ SYNOPSIS
20
20
DESCRIPTION
21
21
-----------
22
22
23
+ NOTE! This command is still only an experiment, subject to change dramatically
24
+ (or even to be abandoned).
25
+
23
26
Monitors files and directories in the working directory for changes using
24
27
platform-specific file system notification facilities.
25
28
You can’t perform that action at this time.
0 commit comments