]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pt/fsmonitor-linux' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Apr 2026 20:58:18 +0000 (13:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Apr 2026 20:58:18 +0000 (13:58 -0700)
commit37fa47889d5763ec3876606fb475bb68af9fd90f
tree9c5c027851ac008dd0c0e18e86fdfb57c0903619
parent289fcba08108603e2370294eeff384fb2090ed6a
parent5637b48ef7055a58c6bfbbe65dee8607c8e71b4f
Merge branch 'pt/fsmonitor-linux' into next

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