]> Kevux Git Server - rit/commit
Merge branch 'pt/fsmonitor-linux'
authorJunio C Hamano <gitster@pobox.com>
Sun, 31 May 2026 01:00:38 +0000 (10:00 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 May 2026 01:00:38 +0000 (10:00 +0900)
commit4d11b9c21863c1a860fdf61a9066f0d94c0d692a
tree08c07cf9448eb306305999ee9a65de0fc069b266
parent7af2503365b4bc683c16e667b88c0796d6d9d2ee
parentb1cebd7194299ad5414ab2122b2970b339399446
Merge branch 'pt/fsmonitor-linux'

The fsmonitor daemon has been implemented for Linux.

* pt/fsmonitor-linux:
  fsmonitor: convert shown khash to strset in do_handle_client
  fsmonitor: add tests for Linux
  fsmonitor: add timeout to daemon stop command
  fsmonitor: close inherited file descriptors and detach in daemon
  run-command: add close_fd_above_stderr option
  fsmonitor: implement filesystem change listener for Linux
  fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.c
  fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.c
  fsmonitor: use pthread_cond_timedwait for cookie wait
  compat/win32: add pthread_cond_timedwait
  fsmonitor: fix hashmap memory leak in fsmonitor_run_daemon
  fsmonitor: fix khash memory leak in do_handle_client
  t9210, t9211: disable GIT_TEST_SPLIT_INDEX for scalar clone tests
Makefile
config.mak.uname
contrib/buildsystems/CMakeLists.txt
meson.build
run-command.c
run-command.h
t/t7527-builtin-fsmonitor.sh