summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-03-22 14:24:21 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-03-22 14:24:21 -0700
commit5a03f1d75ad6d373cdd0b76e379962e04cdaaa61 (patch)
treeb579a22b4f25e157a6e6753e4819c32b699d2493 /Documentation
parentMerge branch 'bc/doc-interpret-trailers-grammofix' into maint (diff)
parentfsmonitor: update documentation to remove reference to invalid config settings (diff)
downloadtgif-5a03f1d75ad6d373cdd0b76e379962e04cdaaa61.tar.xz
Merge branch 'bp/fsmonitor' into maint
Doc update for a recently added feature. * bp/fsmonitor: fsmonitor: update documentation to remove reference to invalid config settings
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-update-index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-update-index.txt b/Documentation/git-update-index.txt
index bdb0342593..ad2383d7ed 100644
--- a/Documentation/git-update-index.txt
+++ b/Documentation/git-update-index.txt
@@ -484,8 +484,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