]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pt/fsmonitor-linux' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2026 00:12:10 +0000 (09:12 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2026 00:12:10 +0000 (09:12 +0900)
commit5d99c1765daa997c4504ec2368a418e6f2c60f11
tree7cd9fcc599ce9faa33087b6110dbdf80817f2194
parentca1c5e843230b402340e7d96fba13e7bbae902cb
parentb1cebd7194299ad5414ab2122b2970b339399446
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