fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files.
authorBen Peart <benpeart@microsoft.com>
Fri, 22 Sep 2017 16:35:40 +0000 (12:35 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Oct 2017 08:23:01 +0000 (17:23 +0900)
commit883e248...8a0fd88773cb902ab8e91273eb147d07
treeb3b6fcd...f788c2ba0dd7bf6c8b9d19ebef1e5a0ccopy hash to clipboard (tree)
parent7c545be...a1afb8031ff4df618a1f89d0764191cdcopy hash to clipboard (diff)
16 files changed:
Makefile
builtin/update-index.c
cache.h
config.c
config.h
diff-lib.c
dir.c
dir.h
entry.c
environment.c
fsmonitor.c [new file with mode: 0644]
fsmonitor.h [new file with mode: 0644]
preload-index.c
read-cache.c
submodule.c
unpack-trees.c