]> git.ipfire.org Git - thirdparty/git.git/commit
fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.c
authorPaul Tarjan <github@paulisageek.com>
Wed, 15 Apr 2026 13:27:31 +0000 (13:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Apr 2026 15:44:33 +0000 (08:44 -0700)
commit7422200bfa1728139962cbf7481f8945add9689e
treeed63f13b957e7301e90bbbd5ff7d1b56bbb75689
parentff384ebfad074321e22b2fb310a8f35df19576d6
fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.c

The fsmonitor settings logic in fsm-settings-darwin.c is not
Darwin-specific and will be reused by the upcoming Linux
implementation.  Rename it to fsm-settings-unix.c to reflect that it
is shared by all Unix platforms.

Update the build files (meson.build and CMakeLists.txt) to use
FSMONITOR_OS_SETTINGS for fsm-settings, matching the approach already
used for fsm-ipc.

Based-on-patch-by: Eric DeCosta <edecosta@mathworks.com>
Based-on-patch-by: Marziyeh Esipreh <marziyeh.esipreh@gmail.com>
Signed-off-by: Paul Tarjan <github@paulisageek.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/fsmonitor/fsm-settings-unix.c [moved from compat/fsmonitor/fsm-settings-darwin.c with 100% similarity]
contrib/buildsystems/CMakeLists.txt
meson.build