fsmonitor: update documentation to remove reference to invalid config settings
Remove the reference to setting core.fsmonitor to `true` (or `false`) as those are not valid settings. Signed-off-by: Ben Peart <benpeart@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Ben Peart committed
Feb 14, 2018 at 10:41 UTC
4ccf461f56158b46e86731b0040e412e60b95a6e
1 file changed
+2
-2
Documentation/git-update-index.txt
+2
-2
@@ -484,8 +484,8 @@ the `core.fsmonitor` configuration variable (see
484
linkgit:git-config[1]) than using the `--fsmonitor` option to
485
`git update-index` in each repository, especially if you want to do so
486
across all repositories you use, because you can set the configuration
487
-variable to `true` (or `false`) in your `$HOME/.gitconfig` just once
488
-and have it affect all repositories you touch.
487
+variable in your `$HOME/.gitconfig` just once and have it affect all
488
+repositories you touch.
489
490
When the `core.fsmonitor` configuration variable is changed, the
491
file system monitor is added to or removed from the index the next time