Devin Lehmacher <lehmacdj@xxxxxxxxx> writes: > Subject: Re: [GSoC][PATCH 3/3] Update documentation to reflect new socket location Read the above single line and nothing else, while pretending you do not know what this patch is about at all. That is what readers of "git shortlog" will see. It may be obvious for you, but can you tell whose socket the series has updated in 6 months after forgetting what you worked on? The title does not give any hint that this is about the credential cache daemon. > Signed-off-by: Devin Lehmacher <lehmacdj@xxxxxxxxx> > --- > Documentation/git-credential-cache.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/git-credential-cache.txt b/Documentation/git-credential-cache.txt > index 96208f822..4b9db3856 100644 > --- a/Documentation/git-credential-cache.txt > +++ b/Documentation/git-credential-cache.txt > @@ -34,7 +34,8 @@ OPTIONS > > Use `<path>` to contact a running cache daemon (or start a new > cache daemon if one is not started). Defaults to > - `~/.git-credential-cache/socket`. If your home directory is on a > + `~/.git-credential-cache/socket` if it exists and otherwise > + `$XDG_CACHE_HOME/git/credential/socket`. If your home directory is on a > network-mounted filesystem, you may need to change this to a > local filesystem. You must specify an absolute path.