]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jh/builtin-fsmonitor-part1'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2021 22:15:57 +0000 (15:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Oct 2021 22:15:58 +0000 (15:15 -0700)
commitaf303ee39214a04ad3c01e5924f2e8c09b5c18cb
treea11254d63d48bb387ed4bdd3927568d9ff9e0276
parenta5e61a4225a7319ab5fdd6d7b63e250f5b08255c
parent05881a6fc9020b5c227a98490bf256d129da01f6
Merge branch 'jh/builtin-fsmonitor-part1'

Built-in fsmonitor (part 1).

* jh/builtin-fsmonitor-part1:
  t/helper/simple-ipc: convert test-simple-ipc to use start_bg_command
  run-command: create start_bg_command
  simple-ipc/ipc-win32: add Windows ACL to named pipe
  simple-ipc/ipc-win32: add trace2 debugging
  simple-ipc: move definition of ipc_active_state outside of ifdef
  simple-ipc: preparations for supporting binary messages.
  trace2: add trace2_child_ready() to report on background children
run-command.c
run-command.h
simple-ipc.h
trace2.h