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

2017-03-13 Thread Junio C Hamano
Devin Lehmacher writes: > git-credential-cache will now use a socket following the XDG base path > specification by default. This increases consistency with other > applications and helps keep clutter out of users' home directories. We tend to write our log messages in

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

2017-03-13 Thread Devin Lehmacher
git-credential-cache will now use a socket following the XDG base path specification by default. This increases consistency with other applications and helps keep clutter out of users' home directories. We still check the old socket location, ~/.git-credential-cache/socket first in case the user

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

2017-03-13 Thread Devin Lehmacher
git-credential-cache will now use a socket following the XDG base path specification by default. This increases consistency with other applications and helps keep clutter out of users' home directories. We still check the old socket location, ~/.git-credential-cache/socket first in case the user