make git a bit less cryptic on fetch errors
commitb3d9899324af174ff123498b5c7ded3749aac2bc
authorNicolas Pitre <nico@cam.org>
Mon, 18 Dec 2006 20:16:58 +0000 (18 15:16 -0500)
committerJunio C Hamano <junkio@cox.net>
Mon, 18 Dec 2006 23:31:28 +0000 (18 15:31 -0800)
treea989a00d3ec4a50a281f29c980101ac3d2a4144a
parent57b73150c4f1dbc26474a0031f433fb34db1c13f
make git a bit less cryptic on fetch errors

The remote server might not want to tell why it doesn't like us for
security reasons, but let's make the client report such error in a bit
less confusing way.  The remote failure remains a mystery, but the local
message might be a bit less so.

[jc: with a gentle wording updates from Andy Parkins]

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh
git-ls-remote.sh
pkt-line.c