Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26fsmonitor--daemon.h: remove unnecessary includesElijah Newren
2023-09-19fsmonitor/darwin: mark unused parameters in system callbackJeff King
2023-09-19fsmonitor: mark unused parameters in stub functionsJeff King
2023-09-19fsmonitor/win32: mark unused parameter in fsm_os__incompatible()Jeff King
2023-09-19fsmonitor/win32: drop unused parametersJeff King
2023-09-19fsmonitor: prefer repo_git_path() to git_pathdup()Jeff King
2023-06-21fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-24fsmonitor: reduce includes of cache.hElijah Newren
2023-04-24cache.h: remove unnecessary headersElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24treewide: ensure one of the appropriate headers is sourced firstElijah Newren
2022-12-19Merge branch 'jh/fsmonitor-darwin-modernize'Junio C Hamano
2022-12-15fsmonitor: eliminate call to deprecated FSEventStream functionJeff Hostetler
2022-11-09fsmonitor--daemon: on macOS support symlinksrz_zumix
2022-10-19fsmonitor OSX: compile with DC_SHA1=YesPleaseÆvar Arnfjörð Bjarmason
2022-10-05fsmonitor: deal with synthetic firmlinks on macOSEric DeCosta
2022-10-05fsmonitor: avoid socket location check if using hookEric DeCosta
2022-10-05fsmonitor: relocate socket file if .git directory is remoteEric DeCosta
2022-10-05fsmonitor: refactor filesystem checks to common interfaceEric DeCosta
2022-08-12fsmonitor: option to allow fsmonitor to run against network-mounted reposEric DeCosta
2022-06-11Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano
2022-05-27fsmonitor: on macOS also emit NFC spelling for NFD pathnameJeff Hostetler
2022-05-27fsm-listen-darwin: shutdown daemon if worktree root is moved/renamedJeff Hostetler
2022-05-27fsm-health-win32: force shutdown daemon if worktree root movesJeff Hostetler
2022-05-27fsm-health-win32: add polling framework to monitor daemon healthJeff Hostetler
2022-05-27fsmonitor--daemon: stub in health threadJeff Hostetler
2022-05-27fsmonitor--daemon: rename listener thread related variablesJeff Hostetler
2022-05-27fsmonitor--daemon: cd out of worktree rootJeff Hostetler
2022-05-27fsm-listen-darwin: ignore FSEvents caused by xattr changes on macOSJeff Hostetler
2022-05-27fsmonitor-settings: NTFS and FAT32 on MacOS are incompatibleJeff Hostetler
2022-05-27fsmonitor-settings: remote repos on Windows are incompatibleJeff Hostetler
2022-05-27fsmonitor-settings: remote repos on macOS are incompatibleJeff Hostetler
2022-05-27fsmonitor-settings: stub in macOS-specific incompatibility checkingJeff Hostetler
2022-05-27fsmonitor-settings: VFS for Git virtual repos are incompatibleJeff Hostetler
2022-05-27fsmonitor-settings: stub in Win32-specific incompatibility checkingJeff Hostetler
2022-05-27fsm-listen-win32: handle shortnamesJeff Hostetler
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-03-26compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOSJeff Hostetler
2022-03-26compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEventJeff Hostetler
2022-03-26compat/fsmonitor/fsm-listen-win32: implement FSMonitor backend on WindowsJeff Hostetler
2022-03-26compat/fsmonitor/fsm-listen-darwin: stub in backend for DarwinJeff Hostetler
2022-03-26compat/fsmonitor/fsm-listen-win32: stub in backend for WindowsJeff Hostetler