summaryrefslogtreecommitdiff
path: root/fsmonitor-ipc.c
AgeCommit message (Expand)Author
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-09-18fsmonitor: mark unused parameters in stub functionsJeff King
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-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-10-30replace and remove run_command_v_opt_tr2()René Scharfe
2022-10-05fsmonitor: relocate socket file if .git directory is remoteEric DeCosta
2022-03-25fsmonitor-ipc: create client routines for git-fsmonitor--daemonJeff Hostetler