checkout: tone down the "forked status" diagnostic messages
commitb0030db331141bedfaf02f34a83f18712c0ae011
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Feb 2008 23:05:23 +0000 (20 15:05 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Feb 2008 23:36:03 +0000 (20 15:36 -0800)
tree8deef0f1d5c13ad6d3f4eebf5478f0cfc0a051c4
parent569012bf91ddb25220483e8912e079ce8a501525
checkout: tone down the "forked status" diagnostic messages

When checking out a branch that is behind or forked from a
branch you are building on top of, we used to show full
left-right log but if you already _know_ you have long history
since you forked, it is a bit too much.

This tones down the message quite a bit, by only showing the
number of commits each side has since they diverged.  Also the
message is not shown at all under --quiet.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-checkout.c