From: Junio C Hamano Date: Fri, 26 Feb 2016 21:37:20 +0000 (-0800) Subject: Merge branch 'jg/credential-cache-chdir-to-sockdir' X-Git-Tag: v2.8.0-rc0~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a24444aaeaabd8559751b02015c025157604f38;p=git Merge branch 'jg/credential-cache-chdir-to-sockdir' The "credential-cache" daemon process used to run in whatever directory it happened to start in, but this made umount(2)ing the filesystem that houses the repository harder; now the process chdir()s to the directory that house its own socket on startup. * jg/credential-cache-chdir-to-sockdir: credential-cache--daemon: change to the socket dir on startup credential-cache--daemon: disallow relative socket path credential-cache--daemon: refactor check_socket_directory --- 2a24444aaeaabd8559751b02015c025157604f38