Skip to content

Commit 99e4fef

Browse files
committed
fixup! fsmonitor: reintroduce core.useBuiltinFSMonitor
The phrasing confused some users to believe that the built-in FSMonitor was deprecated altogether. Let's try to clear that up. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a8150f0 commit 99e4fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fsmonitor-settings.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ static int check_deprecated_builtin_config(struct repository *r)
6262
core_use_builtin_fsmonitor) {
6363
if (!git_env_bool("GIT_SUPPRESS_USEBUILTINFSMONITOR_ADVICE", 0)) {
6464
advise_if_enabled(ADVICE_USE_CORE_FSMONITOR_CONFIG,
65-
_("core.useBuiltinFSMonitor will be deprecated "
66-
"soon; use core.fsmonitor instead"));
65+
_("core.useBuiltinFSMonitor=true is deprecated;"
66+
"please set core.fsmonitor=true instead"));
6767
setenv("GIT_SUPPRESS_USEBUILTINFSMONITOR_ADVICE", "1", 1);
6868
}
6969
fsm_settings__set_ipc(r);

0 commit comments

Comments
 (0)