Skip to content
Snippets Groups Projects
Select Git revision
  • pu
  • passt default
  • master
  • todo
  • next
  • maint
  • v2.8.0-rc1
  • v2.8.0-rc0
  • v2.7.2
  • v2.7.1
  • v2.7.0
  • v2.6.5
  • v2.7.0-rc3
  • v2.7.0-rc2
  • v2.7.0-rc1
  • v2.7.0-rc0
  • v2.6.4
  • v2.6.3
  • v2.6.2
  • v2.6.1
  • v2.3.10
  • v2.5.4
  • v2.4.10
  • v2.6.0
  • v2.6.0-rc3
  • v2.5.3
26 results

credential-cache--daemon.c

  • Junio C Hamano's avatar
    2a24444a
    Merge branch 'jg/credential-cache-chdir-to-sockdir' · 2a24444a
    Junio C Hamano authored
    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
    2a24444a
    History
    Merge branch 'jg/credential-cache-chdir-to-sockdir'
    Junio C Hamano authored
    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