All of lore.kernel.org
 help / color / mirror / Atom feed
* use core.fsmonitor instead
@ 2022-04-26 22:43 David Calkins
  2022-04-26 23:40 ` Junio C Hamano
  2022-04-27 20:41 ` Jeff Hostetler
  0 siblings, 2 replies; 3+ messages in thread
From: David Calkins @ 2022-04-26 22:43 UTC (permalink / raw)
  To: git

I installed Git v2.36.0 for Windows (64-bit) and when running commands
I get the following output.

hint: core.useBuiltinFSMonitor will be deprecated soon; use
core.fsmonitor instead
hint: Disable this message with "git config advice.useCoreFSMonitorConfig false"

I opened the system Git config file and updated it to have the below.

 useBuiltinFSMonitor = false

After this change I no longer get that output.  However, the hint
indicated that I should "use core.fsmonitor instead".  Is there
something else I should be doing besides just telling it not to
useBuildtinFSMonitor?  How do I tell it to "use core.fsmonitor
instead"?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-27 20:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-26 22:43 use core.fsmonitor instead David Calkins
2022-04-26 23:40 ` Junio C Hamano
2022-04-27 20:41 ` Jeff Hostetler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.