summaryrefslogtreecommitdiff
path: root/show-index.c
diff options
context:
space:
mode:
authorTom Preston-Werner <tom@github.com>2008-11-01 18:44:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-11-02 08:54:29 (GMT)
commita80732897931c737c01d04289dd1512bd12a4b04 (patch)
tree35c32c33516e3fc307f5a2f6a7681a347700c672 /show-index.c
parenta240de1137bd63a969c6bd56ab5186d7216e28ca (diff)
downloadgit-a80732897931c737c01d04289dd1512bd12a4b04.zip
git-a80732897931c737c01d04289dd1512bd12a4b04.tar.gz
git-a80732897931c737c01d04289dd1512bd12a4b04.tar.bz2
connect.c: add a way for git-daemon to pass an error back to client
The current behavior of git-daemon is to simply close the connection on any error condition. This leaves the client without any information as to the cause of the failed fetch/push/etc. This patch allows get_remote_heads to accept a line prefixed with "ERR" that it can display to the user in an informative fashion. Once clients can understand this ERR line, git-daemon can be made to properly report "repository not found", "permission denied", or other errors. Example S: ERR No matching repository. C: fatal: remote error: No matching repository. Signed-off-by: Tom Preston-Werner <tom@github.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'show-index.c')
0 files changed, 0 insertions, 0 deletions