aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-update-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-27 10:34:01 -0800
committerJunio C Hamano <gitster@pobox.com>2018-02-27 10:34:01 -0800
commitd7db100c18cf6ecdbe724938503b644e3ac8cde9 (patch)
tree63ba17a8262e0dd2768febb43e7ba1a7f6211bc4 /Documentation/git-update-index.txt
parenta42d457dc4a60d55c1edadb92ee796b068b9b5e1 (diff)
parent4ccf461f56158b46e86731b0040e412e60b95a6e (diff)
downloadgit-d7db100c18cf6ecdbe724938503b644e3ac8cde9.tar.gz
Merge branch 'bp/fsmonitor'
Doc update for a recently added feature. * bp/fsmonitor: fsmonitor: update documentation to remove reference to invalid config settings
Diffstat (limited to 'Documentation/git-update-index.txt')
-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 b8d3c0d72e..3897a59ee9 100644
--- a/Documentation/git-update-index.txt
+++ b/Documentation/git-update-index.txt
@@ -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