diff options
author | Ben Peart <benpeart@microsoft.com> | 2017-09-22 16:35:41 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-01 08:23:05 (GMT) |
commit | 780494b1f5c3744860c485d1e9f1b23879f8936f (patch) | |
tree | 004b18325fca198ffb5e15b827728c6abf9f9edc /Documentation/config.txt | |
parent | 883e248b8a0fd88773cb902ab8e91273eb147d07 (diff) | |
download | git-780494b1f5c3744860c485d1e9f1b23879f8936f.zip git-780494b1f5c3744860c485d1e9f1b23879f8936f.tar.gz git-780494b1f5c3744860c485d1e9f1b23879f8936f.tar.bz2 |
fsmonitor: add documentation for the fsmonitor extension.
This includes the core.fsmonitor setting, the fsmonitor integration hook,
and the fsmonitor index extension.
Also add documentation for the new fsmonitor options to ls-files and
update-index.
Signed-off-by: Ben Peart <benpeart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index dc4e3f5..db52645 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -413,6 +413,13 @@ core.protectNTFS:: 8.3 "short" names. Defaults to `true` on Windows, and `false` elsewhere. +core.fsmonitor:: + If set, the value of this variable is used as a command which + will identify all files that may have changed since the + requested date/time. This information is used to speed up git by + avoiding unnecessary processing of files that have not changed. + See the "fsmonitor-watchman" section of linkgit:githooks[5]. + core.trustctime:: If false, the ctime differences between the index and the working tree are ignored; useful when the inode change time |