Skip to content

Commit 4ccf461

Browse files
benpeartgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b4f61b7 commit 4ccf461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-update-index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ the `core.fsmonitor` configuration variable (see
484484
linkgit:git-config[1]) than using the `--fsmonitor` option to
485485
`git update-index` in each repository, especially if you want to do so
486486
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.
489489

490490
When the `core.fsmonitor` configuration variable is changed, the
491491
file system monitor is added to or removed from the index the next time

0 commit comments

Comments
 (0)