aboutsummaryrefslogtreecommitdiffstats
path: root/fsmonitor.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-21fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren1-45/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+2
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-03-27fsmonitor: avoid overriding `cache_changed` bitsJohannes Schindelin1-1/+1
2022-05-26fsmonitor: never set CE_FSMONITOR_VALID on submodulesJeff Hostetler1-0/+11
2022-03-25fsmonitor: config settings are repository-specificJeff Hostetler1-3/+12
2021-03-18fsmonitor: add assertion that fsmonitor is valid to check_removedNipunn Koorapati1-0/+11
2021-02-16fsmonitor: log invocation of FSMonitor hook to trace2Jeff Hostetler1-0/+5
2019-05-28mark_fsmonitor_valid(): mark the index as changed if neededJohannes Schindelin1-2/+3
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-7/+7
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+3
2018-02-07dir.c: ignore paths containing .git when invalidating untracked cacheNguyễn Thái Ngọc Duy1-1/+1
2017-11-10fsmonitor: store fsmonitor bitmap before splitting indexAlex Vandiver1-1/+8
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart1-0/+66