cc: Johannes Schindelin Johannes.Schindelin@xxxxxx cc: Jeff Hostetler git@xxxxxxxxxxxxxxxxx cc: Eric Sunshine sunshine@xxxxxxxxxxxxxx cc: Torsten Bögershausen tboegi@xxxxxx Eric DeCosta (1): fsmonitor: macOS: allow fsmonitor to run against network-mounted repos edecosta (1): Check working directory and Unix domain socket file for compatability compat/fsmonitor/fsm-settings-darwin.c | 72 +++++++++++++++++++------- fsmonitor-ipc.c | 40 ++++++++++++-- fsmonitor-ipc.h | 6 +++ fsmonitor-settings.c | 67 +++++++++++++++++++++++- fsmonitor-settings.h | 4 ++ 5 files changed, 164 insertions(+), 25 deletions(-) base-commit: 795ea8776befc95ea2becd8020c7a284677b4161 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1326%2Fedecosta-mw%2Ffsmonitor_macos-v3 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1326/edecosta-mw/fsmonitor_macos-v3 Pull-Request: https://github.com/gitgitgadget/git/pull/1326 Range-diff vs v2: 1: 40ce21e85c9 < -: ----------- fsmonitor: option to allow fsmonitor to run against network-mounted repos 2: 46b4efd96cc = 1: cd16d8bb3d6 fsmonitor: macOS: allow fsmonitor to run against network-mounted repos 3: 9b128a98149 = 2: f977d140afa Check working directory and Unix domain socket file for compatability 4: 15c965801f8 < -: ----------- Minor refactoring and simplification of Windows settings checks -- gitgitgadget