fetch/clone: mark messages from remote side stand out.
commitdfa464781286e3a6fb1d56a834bb15ac7fc4fb16
authorJunio C Hamano <junkio@cox.net>
Tue, 1 Aug 2006 08:34:53 +0000 (1 01:34 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 1 Aug 2006 08:43:26 +0000 (1 01:43 -0700)
treec69833476fb654a9b2f7f7d52c28171d5e770b6d
parentbc9e1b8483b16d117d2f868f96e354be2a678d52
fetch/clone: mark messages from remote side stand out.

When dealing with a corrupt or out of sync remote repository,
the user often gets error messages like this:

error: refs/heads/devel does not point to a valid commit object!

which leaves the user wondering if the breakage is on the local
end or on the remote end.  This is unnecessarily alarming.

This patch changes the way we display messages received from the
remote side over the git protocol sideband (i.e. stderr stream
of the remote process).  It shows them with blue background with
white letters, but this presentation is subject to proposals of
better ways from the list.

The problem was pointed out by Andrew Morton.

Signed-off-by: Junio C Hamano <junkio@cox.net>
fetch-clone.c