Re: [GSoC][PATCH v6 2/3] credential-cache: use XDG_CACHE_HOME for socket

2017-03-17 Thread Jeff King
On Fri, Mar 17, 2017 at 08:36:33AM -0400, Devin Lehmacher wrote: > Make git-credential-cache follow the XDG base path specification by > default. This increases consistency with other applications and helps > keep clutter out of users' home directories. > > Check the old socket location,

[GSoC][PATCH v6 2/3] credential-cache: use XDG_CACHE_HOME for socket

2017-03-17 Thread Devin Lehmacher
Make git-credential-cache follow the XDG base path specification by default. This increases consistency with other applications and helps keep clutter out of users' home directories. Check the old socket location, ~/.git-credential-cache/, and use ~/.git-credential-cache/socket if that directory