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