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
This commit is contained in:
Junio C Hamano 2018-03-22 14:24:21 -07:00
Родитель dfc20a5e3c 4ccf461f56
Коммит 5a03f1d75a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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