]> git.ipfire.org Git - thirdparty/git.git/commit - config.mak.uname
fsmonitor-settings: stub in Win32-specific incompatibility checking
authorJeff Hostetler <jeffhost@microsoft.com>
Thu, 26 May 2022 21:46:59 +0000 (21:46 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2022 22:59:26 +0000 (15:59 -0700)
commitd33c804daec8aaf1e8af187c00166ef4cb017262
treeee9a0c31535c694e78d3d24e5bbb597ca1bf159a
parent62a62a28308453ee830bb7e02cf732474a6e01a5
fsmonitor-settings: stub in Win32-specific incompatibility checking

Extend generic incompatibility checkout with platform-specific
mechanism.  Stub in Win32 version.

In the existing fsmonitor-settings code we have a way to mark
types of repos as incompatible with fsmonitor (whether via the
hook and IPC APIs).  For example, we do this for bare repos,
since there are no files to watch.

Extend this exclusion mechanism for platform-specific reasons.
This commit just creates the framework and adds a stub for Win32.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
compat/fsmonitor/fsm-settings-win32.c [new file with mode: 0644]
config.mak.uname
contrib/buildsystems/CMakeLists.txt
fsmonitor-settings.c
fsmonitor-settings.h