]> git.ipfire.org Git - thirdparty/git.git/commit
fsmonitor: relocate socket file if .git directory is remote
authorEric DeCosta <edecosta@mathworks.com>
Tue, 4 Oct 2022 17:32:27 +0000 (17:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Oct 2022 18:05:22 +0000 (11:05 -0700)
commit6beb2688d33373508610b190f04721e748caa12c
tree498f94c5982ff87cb0747cf9b162715abdd7100f
parent508c1a572d633202a220f2902c0d6b4cd1678349
fsmonitor: relocate socket file if .git directory is remote

If the .git directory is on a remote filesystem, create the socket
file in 'fsmonitor.socketDir' if it is defined, else create it in $HOME.

Signed-off-by: Eric DeCosta <edecosta@mathworks.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin/fsmonitor--daemon.c
compat/fsmonitor/fsm-ipc-darwin.c [new file with mode: 0644]
compat/fsmonitor/fsm-ipc-win32.c [new file with mode: 0644]
compat/fsmonitor/fsm-settings-darwin.c
contrib/buildsystems/CMakeLists.txt
fsmonitor-ipc.c
fsmonitor-ipc.h