Merge branch 'bp/fsmonitor' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2018 21:34:37 +0000 (13:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2018 21:34:37 +0000 (13:34 -0800)
Doc update for a recently added feature.

* bp/fsmonitor:
fsmonitor: update documentation to remove reference to invalid config settings

Documentation/git-update-index.txt
index b8d3c0d72e9f270176c479bdbca2a7468e1b1ebc..3897a59ee94bc424c2c66cb5d05bc0193fb6eaf2 100644 (file)
@@ -510,8 +510,8 @@ the `core.fsmonitor` configuration variable (see
 linkgit:git-config[1]) than using the `--fsmonitor` option to
 `git update-index` in each repository, especially if you want to do so
 across all repositories you use, because you can set the configuration
-variable to `true` (or `false`) in your `$HOME/.gitconfig` just once
-and have it affect all repositories you touch.
+variable in your `$HOME/.gitconfig` just once and have it affect all
+repositories you touch.
 
 When the `core.fsmonitor` configuration variable is changed, the
 file system monitor is added to or removed from the index the next time