Skip to content

Commit 5a03f1d

Browse files
committed
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
2 parents dfc20a5 + 4ccf461 commit 5a03f1d

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)