Re: Is there a reason the credential cache server cowardly refuses to delete/reuse the socket file?

2014-06-17 Thread Jeff King
On Sun, Jun 15, 2014 at 10:52:09AM -0400, Jason Pyeron wrote: > > Could this be a cygwin weirdness? I'd be interested to see the output > > of: > > > > echo url=https://example.com | > > > strace -f git credential-cache get > > On cygwin things can git a bit weird, I changed it to the actua

RE: Is there a reason the credential cache server cowardly refuses to delete/reuse the socket file?

2014-06-15 Thread Jason Pyeron
> -Original Message- > From: Jeff King > Sent: Sunday, June 15, 2014 10:08 > > On Sun, Jun 15, 2014 at 09:48:24AM -0400, Jason Pyeron wrote: > > > Whenever my computer crashes, I am left with a socket file. > On next git > > invocation it tries to conenct to the file, but the daemon >

RE: Is there a reason the credential cache server cowardly refuses to delete/reuse the socket file?

2014-06-15 Thread Jason Pyeron
> -Original Message- > From: Jeff King > Sent: Sunday, June 15, 2014 10:08 > > On Sun, Jun 15, 2014 at 09:48:24AM -0400, Jason Pyeron wrote: > > > Whenever my computer crashes, I am left with a socket file. > On next git > > invocation it tries to conenct to the file, but the daemon >

Re: Is there a reason the credential cache server cowardly refuses to delete/reuse the socket file?

2014-06-15 Thread Jeff King
On Sun, Jun 15, 2014 at 09:48:24AM -0400, Jason Pyeron wrote: > Whenever my computer crashes, I am left with a socket file. On next git > invocation it tries to conenct to the file, but the daemon is not running so > it > barfs until I delete the file. It's supposed to transparently handle this