git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] credential-cache: give daemon a predictable cwd
@ 2016-02-23  7:14 Jeff King
  2016-02-23  7:15 ` [PATCH 1/3] credential-cache--daemon: refactor check_socket_directory Jeff King
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jeff King @ 2016-02-23  7:14 UTC (permalink / raw)
  To: git; +Cc: Jon Griffiths

The credential-cache--daemon may live forever in whatever directory it
happened to be spawned in (in practice, probably the root of some git
repo's work tree). This can prevent umount from unmounting a filesystem
that contains that directory, even though credential-cache doesn't care
one way or the other.

Jon Griffiths sent a patch to me and to the list, but it seems that vger
blocks all mail from yahoo, including him. Eep. So he and I had some
off-list back-and-forth, and ended up at this series, which I agreed to
pass along.

I've made a few minor tweaks from the last version he sent me. Hopefully
nothing he disagrees with, but of course he has no means to complain to
the list if so. :)

  [1/3]: credential-cache--daemon: refactor check_socket_directory
  [2/3]: credential-cache--daemon: disallow relative socket path
  [3/3]: credential-cache--daemon: change to the socket dir on startup

-Peff

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-02-23 21:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23  7:14 [PATCH 0/3] credential-cache: give daemon a predictable cwd Jeff King
2016-02-23  7:15 ` [PATCH 1/3] credential-cache--daemon: refactor check_socket_directory Jeff King
2016-02-23  7:15 ` [PATCH 2/3] credential-cache--daemon: disallow relative socket path Jeff King
2016-02-23  7:16 ` [PATCH 3/3] credential-cache--daemon: change to the socket dir on startup Jeff King
2016-02-23 21:06   ` Junio C Hamano
2016-02-23 21:07     ` Jeff King
2016-02-23 21:09       ` Junio C Hamano
2016-02-23 21:10         ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).