41 Commits (master)

Author SHA1 Message Date
Elijah Newren 74ea5c9574 treewide: be explicit about dependence on trace.h & trace2.h 2 years ago
Elijah Newren 32a8f51061 environment.h: move declarations for environment.c functions from cache.h 2 years ago
Ævar Arnfjörð Bjarmason 6269f8eaad treewide: always have a valid "index_state.repo" member 2 years ago
Jeff King c4f9490790 fsmonitor: fix leak of warning message 2 years ago
Eric DeCosta 25c2cab08f fsmonitor: check for compatability before communicating with fsmonitor 2 years ago
Jeff Hostetler f954c7b8ff fsmonitor: never set CE_FSMONITOR_VALID on submodules 2 years ago
Jeff Hostetler 95a4e78a74 fsmonitor: optimize processing of directory events 2 years ago
Jeff Hostetler 26b9f34ab3 fsmonitor: force update index after large responses 3 years ago
Jeff Hostetler 9c307e8afd fsmonitor: use IPC to query the builtin FSMonitor daemon 3 years ago
Jeff Hostetler 1e0ea5c431 fsmonitor: config settings are repository-specific 3 years ago
Jeff Hostetler 974c1b3987 fsmonitor: enhance existing comments, clarify trivial response handling 3 years ago
Andrzej Hunt 097ea2c848 fsmonitor: avoid global-buffer-overflow READ when checking trivial response 4 years ago
Jeff Hostetler fcd19b09f8 fsmonitor: refactor initialization of fsmonitor_last_update token 4 years ago
Kevin Willford ff03836b9d fsmonitor: allow all entries for a folder to be invalidated 4 years ago
Jeff Hostetler 29fbbf43a0 fsmonitor: log FSMN token when reading and writing the index 4 years ago
Jeff Hostetler 940b94f35c fsmonitor: log invocation of FSMonitor hook to trace2 4 years ago
Derrick Stolee cae70acf24 fsmonitor: de-duplicate BUG()s around dirty bits 4 years ago
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 4 years ago
Elijah Newren 6d12b533b7 Remove doubled words in various comments 4 years ago
Kevin Willford 8da2c57629 fsmonitor: handle version 2 of the hooks that will use opaque token 5 years ago
Kevin Willford 56c6910028 fsmonitor: change last update timestamp on the index_state to opaque token 5 years ago
Utsav Shah 679f2f9fdd unpack-trees: skip stat on fsmonitor-valid files 5 years ago
Junio C Hamano 61eea521fe fsmonitor: do not compare bitmap size with size of split index 5 years ago
William Baker 3444ec2eb2 fsmonitor: don't fill bitmap with entries to be removed 5 years ago
Carlo Marcelo Arenas Belón 5d137fc2c7 fsmonitor: avoid signed integer overflow / infinite loop 5 years ago
Johannes Schindelin 398a3b0899 fsmonitor: force a refresh after the index was discarded 6 years ago
René Scharfe 735e4173b3 fsmonitor: use internal argv_array of struct child_process 7 years ago
Ben Peart ca598d5f2a fsmonitor: force index write after full scan 7 years ago
Ben Peart d8579accfa fsmonitor: fix incorrect buffer size when printing version number 7 years ago
Nguyễn Thái Ngọc Duy 0cacebf099 dir.c: ignore paths containing .git when invalidating untracked cache 7 years ago
Alex Vandiver 3bd28eb299 fsmonitor: store fsmonitor bitmap before splitting index 7 years ago
Alex Vandiver ba1b9caca6 fsmonitor: delay updating state until after split index is merged 7 years ago
Alex Vandiver 11cf33bec6 fsmonitor: set the PWD to the top of the working tree 7 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 7 years ago