credential-cache: report more daemon connection errors
commit8ec6c8d79567a71ca3c6f1ec73eb453d371b1ade
authorJeff King <peff@peff.net>
Tue, 10 Jan 2012 04:57:33 +0000 (9 23:57 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2012 18:10:43 +0000 (10 10:10 -0800)
tree642e28c99507b732e200eacf9c5440eec0acbab9
parent1eb10f4091931d6b89ff10edad63ce9c01ed17fd
credential-cache: report more daemon connection errors

Originally, this code remained relatively silent when we
failed to connect to the cache. The idea was that it was
simply a cache, and we didn't want to bother the user with
temporary failures (the worst case is that we would simply
ask their password again).

However, if you have a configuration failure or other
problem, it is helpful for the daemon to report those
problems. Git will happily ignore the failed error code, but
the extra information to stderr can help the user diagnose
the problem.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
credential-cache.c