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

2017-03-17 Thread Devin Lehmacher
> or $HOME/.cache/git/credential/socket if $XDG_CACHE_HOME is not set. > I don't have a good suggestion to re-word this paragraph. (I just > spent ten minutes trying!). I think it would not be too bad to not include this though because `$HOME/.cache/` is what XDG specifies as the default if `$XDG_

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

2017-03-17 Thread Ramsay Jones
On 17/03/17 02:53, 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, ~/.git-credential-cache/, and

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

2017-03-16 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 e