diff options
author | Jeff King <peff@peff.net> | 2011-10-14 17:19:21 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-15 21:15:06 -0700 |
commit | d5570f4d2cb29f3db9f69ff5fcde0a7d54ad2696 (patch) | |
tree | 9751851f18c19c3a86e8c4e5ae1af9d2fc7da7d7 /hash.c | |
parent | 703f05ad5835cff92b12c29aecf8d724c8c847e2 (diff) | |
download | git-d5570f4d2cb29f3db9f69ff5fcde0a7d54ad2696.tar.gz git-d5570f4d2cb29f3db9f69ff5fcde0a7d54ad2696.tar.xz |
daemon: give friendlier error messages to clients
When the git-daemon is asked about an inaccessible repository, it simply
hangs up the connection without saying anything further. This makes it
hard to distinguish between a repository we cannot access (e.g., due to
typo), and a service or network outage.
Instead, let's print an "ERR" line, which git clients understand since
v1.6.1 (2008-12-24).
Because there is a risk of leaking information about non-exported
repositories, by default all errors simply say "access denied or
repository not exported". Sites which don't have hidden repositories, or
don't care, can pass a flag to turn on more specific messages.
Signed-off-by: Jeff King <peff@peff.net>
Helped-by: Sitaram Chamarty <sitaramc@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'hash.c')
0 files changed, 0 insertions, 0 deletions